Skip to content

Commit

Permalink
Update pr-build-release.yaml
Browse files Browse the repository at this point in the history
Update QH_ORG_EMAIL secret
  • Loading branch information
manjeetk authored Jan 15, 2025
1 parent 46b0a9d commit 4d7bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Configure Git
run: |
git config --global user.email "${{ secrets.GH_ORG_EMAIL }}"
git config --global user.email "${{ secrets.QH_ORG_EMAIL }}"
git config --global user.name "${{ secrets.GH_ORG_NAME }}"
- name: npm install
Expand Down

0 comments on commit 4d7bc5b

Please sign in to comment.