Skip to content

Commit

Permalink
Moved commit status setting to separate secret (#8205)
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink authored Oct 11, 2024
2 parents 30425eb + 6f84ff6 commit 2ceb3f9
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 @@ -65,7 +65,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 @@ -82,7 +82,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 @@ -99,7 +99,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 2ceb3f9

Please sign in to comment.