Skip to content

Commit

Permalink
GHA: token tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Feb 6, 2024
1 parent 30f6f04 commit fb20718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Determine Workflow Conclusion
run: ./scripts/workflow-status.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} ${{ github.run_id }}
run: ./scripts/workflow-status.sh ${{ secrets.GH_TOKEN }} ${{ github.repository }} ${{ github.run_id }}

- uses: sarisia/actions-status-discord@v1
with:
Expand Down

0 comments on commit fb20718

Please sign in to comment.