We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffe1b7 commit f4e0cc1Copy full SHA for f4e0cc1
.github/workflows/release_notes.yml
@@ -25,7 +25,7 @@ jobs:
25
# Not only is 'triggering_actor' common between the trigger events it will also change if someone re-runs an old job
26
- name: check if triggering_actor is allowed to generate notes
27
env:
28
- GH_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ github.token }}
29
COMMENTER: ${{ github.triggering_actor && github.triggering_actor || 'empty_triggering_actor' }}
30
API_ENDPOINT: /repos/${{ github.repository }}/collaborators?permission=admin
31
shell: bash
0 commit comments