Skip to content

Commit

Permalink
Add medic-ci as user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj committed Jun 28, 2024
1 parent a536524 commit ee27047
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ jobs:

- run: npm i
- run: PUBLIC_URL=/cht-tech-radar-contributors REACT_APP_RADAR_NAME="CHT Technology Radar for Contributors" npm run build:static
- run: git config --global user.email "medic-ci@github"
- run: git config --global user.name "medic-ci"
- name: Deploy to GitHub Pages
run: npm run deploy
env:
EMAIL: medic-ci@github
NAME: medic-ci
run: |
git config --global user.email $EMAIL
git config --global user.name $NAME
npm run deploy

0 comments on commit ee27047

Please sign in to comment.