Skip to content

Commit

Permalink
ci: fix env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Nov 28, 2024
1 parent a0dcd34 commit d9cc924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: pr-numbers
working-directory: contribs/github-bot
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "pr-numbers=$(go run . matrix)" >> "$GITHUB_OUTPUT"

# This job processes each pull request in the matrix individually while ensuring
Expand Down

0 comments on commit d9cc924

Please sign in to comment.