Skip to content

Commit

Permalink
ci(github): fix bad reference in auto-merge (#8837)
Browse files Browse the repository at this point in the history
APP_ID was wrong it's a secrets not a var

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Jan 12, 2024
1 parent dc66648 commit 62e0604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: github-app-token
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
with:
app_id: ${{ vars.APP_ID }}
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Approve PR
run: gh pr review ${{ github.event.pull_request.number }} -a -R ${{ github.repository }}
Expand Down

0 comments on commit 62e0604

Please sign in to comment.