Skip to content

Commit 83a0038

Browse files
chore(release): add RELEASE_TOKEN to the environment of the release task (#73)
1 parent f1c337f commit 83a0038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030

3131
- name: Release
3232
shell: bash
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3335
run: |
3436
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
3537
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}

0 commit comments

Comments
 (0)