Skip to content

Commit f4e0cc1

Browse files
authored
chore: fix env var name in release_notes (#3936)
1 parent dffe1b7 commit f4e0cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Not only is 'triggering_actor' common between the trigger events it will also change if someone re-runs an old job
2626
- name: check if triggering_actor is allowed to generate notes
2727
env:
28-
GH_TOKEN: ${{ github.token }}
28+
GITHUB_TOKEN: ${{ github.token }}
2929
COMMENTER: ${{ github.triggering_actor && github.triggering_actor || 'empty_triggering_actor' }}
3030
API_ENDPOINT: /repos/${{ github.repository }}/collaborators?permission=admin
3131
shell: bash

0 commit comments

Comments
 (0)