Skip to content

Commit

Permalink
Switch to official create-github-app-token action
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbalinov committed Nov 28, 2024
1 parent 2478cfa commit 6aece5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ jobs:
# fetch a token for the mondoo-mergebot app
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.MONDOO_MERGEBOT_APP_ID }}
private_key: ${{ secrets.MONDOO_MERGEBOT_APP_PRIVATE_KEY }}
app-id: ${{ secrets.MONDOO_MERGEBOT_APP_ID }}
private-key: ${{ secrets.MONDOO_MERGEBOT_APP_PRIVATE_KEY }}
# automerge using bot token
- uses: peter-evans/enable-pull-request-automerge@v3
with:
Expand Down

0 comments on commit 6aece5a

Please sign in to comment.