Skip to content

Commit

Permalink
Update update-release-notes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jatin-jangir-0220 authored May 6, 2024
1 parent 0fd93c4 commit 7f87b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
git commit -am "Updated release notes"
git push https://${GIT_CONFIG_NAME}:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY} $RELEASE_NOTES_BRANCH
env:
GH_TOKEN: ${{ secrets.GIT_TOKEN }}
GIT_CONFIG_NAME: ${{ secrets.GIT_TARGET_USERNAME }}
GIT_CONFIG_EMAIL: ${{ secrets.GIT_TARGET_EMAIL }}
GH_TOKEN: ${{ secrets.GH_SYSTEMSDT_TOKEN }}
GIT_CONFIG_NAME: ${{ env.GH_SYSTEMSDT_USERNAME }}
GIT_CONFIG_EMAIL: ${{ secrets.GH_SYSTEMSDT_EMAIL }}

0 comments on commit 7f87b94

Please sign in to comment.