Skip to content

Commit

Permalink
Use a special token to set commit statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Oct 11, 2024
1 parent 87745db commit 03857d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-comment-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Set commit pending status
uses: guibranco/[email protected]
with:
authToken: ${{secrets.GITHUB_TOKEN}}
authToken: ${{secrets.COMMIT_STATUS_TOKEN}}
context: 'Cross-env Validation'
description: 'Pending..'
state: 'pending'
Expand All @@ -80,7 +80,7 @@ jobs:
actual_pull_head: ${{needs.set_pending_status.outputs.actual_pull_head}}
uses: guibranco/[email protected]
with:
authToken: ${{secrets.GITHUB_TOKEN}}
authToken: ${{secrets.COMMIT_STATUS_TOKEN}}
context: 'Cross-env Validation'
description: 'Failed!'
state: 'failure'
Expand All @@ -97,7 +97,7 @@ jobs:
actual_pull_head: ${{needs.set_pending_status.outputs.actual_pull_head}}
uses: guibranco/[email protected]
with:
authToken: ${{secrets.GITHUB_TOKEN}}
authToken: ${{secrets.COMMIT_STATUS_TOKEN}}
context: 'Cross-env Validation'
description: 'Success!'
state: 'success'
Expand Down

0 comments on commit 03857d4

Please sign in to comment.