Skip to content

Commit

Permalink
chore: fix env var name in release_notes (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Nov 29, 2023
1 parent dffe1b7 commit f4e0cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Not only is 'triggering_actor' common between the trigger events it will also change if someone re-runs an old job
- name: check if triggering_actor is allowed to generate notes
env:
GH_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ github.token }}
COMMENTER: ${{ github.triggering_actor && github.triggering_actor || 'empty_triggering_actor' }}
API_ENDPOINT: /repos/${{ github.repository }}/collaborators?permission=admin
shell: bash
Expand Down

0 comments on commit f4e0cc1

Please sign in to comment.