We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c337f commit 83a0038Copy full SHA for 83a0038
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Release
32
shell: bash
33
+ env:
34
+ GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
35
run: |
36
git config --global user.name ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_USERNAME }}
37
git config --global user.email ${{ secrets.NEW_RELIC_GITHUB_SERVICE_ACCOUNT_EMAIL }}
0 commit comments