Skip to content

Commit

Permalink
corrected wrong token for review-trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Nov 20, 2023
1 parent 204b86c commit 34acbfa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ jobs:
env:
ID: ${{ github.event.merge_group.head_commit.id }}
- name: Add Merge Queue status check
if: ${{ github.event_name == 'merge_group' }}
uses: billyjbryant/create-status-check@v2
with:
authToken: ${{secrets.GITHUB_TOKEN}}
context: 'Test run'
description: 'Passed'
authToken: ${{ steps.app_token.outputs.token }}
context: 'Approved Merge Queue'
description: 'PRs for merge queue gets approved'
state: 'success'
sha: ${{ github.event.merge_group.head_commit.id || github.sha}}

0 comments on commit 34acbfa

Please sign in to comment.