Skip to content

Commit

Permalink
chore(release): add RELEASE_TOKEN to the environment of the release t…
Browse files Browse the repository at this point in the history
…ask (#73)
  • Loading branch information
pranav-new-relic authored Sep 4, 2024
1 parent f1c337f commit 83a0038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

- name: Release
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
run: |
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}
Expand Down

0 comments on commit 83a0038

Please sign in to comment.