Merge pull request #67 from Crocmagnon/dependabot/github_actions/tibdex/github-app-token-2

Bump tibdex/github-app-token from 1 to 2
This commit is contained in:
Gabriel Augendre 2023-09-11 20:46:34 +02:00 committed by GitHub
commit b5b764f355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Generate token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.PR_APP_ID }}

View file

@ -30,7 +30,7 @@ jobs:
pip install pip-tools invoke
invoke update-dependencies --no-sync
- name: Generate token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.PR_APP_ID }}