Skip to content

Commit

Permalink
Fix app auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 21, 2024
1 parent e760927 commit 153ba51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: github.event.pull_request.user.id == 49699333
steps:
- name: my-app-install token
id: my-app
id: app-token-generation
uses: getsentry/action-github-app-token@d4b5da6c5e37703f8c3b3e43abb5705b46e159cc
with:
app_id: ${{ secrets.APP_ID }}
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Enable Automerge
uses: daneden/enable-automerge-action@f8558b65c5b8d8bfb592c4e74e3d491624a38fbd #v1.0.2-ish
with:
github-token: ${{ env.INSTALLATION_TOKEN }}
github-token: ${{ steps.app-token-generation.outputs.token }}

0 comments on commit 153ba51

Please sign in to comment.