Skip to content

Commit

Permalink
Adjust token in deploy-snapshots.yml
Browse files Browse the repository at this point in the history
Hopefully, we won't have to create a specific one.
  • Loading branch information
gsmet authored Sep 7, 2023
1 parent d2415f5 commit 35ae17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
issueNumber=35716 \
runId=${{ github.run_id }} \
status=${{ job.status }} \
token=${{ secrets.GITHUB_API_TOKEN }} \
token=${{ secrets.GITHUB_TOKEN }} \
issueRepo=quarkusio/quarkus \
thisRepo=${{ github.repository }}

0 comments on commit 35ae17c

Please sign in to comment.