mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-25 01:28:02 +01:00
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:
commit
b5b764f355
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull_request.yaml
vendored
2
.github/workflows/pull_request.yaml
vendored
|
@ -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 }}
|
||||
|
|
2
.github/workflows/update-dependencies.yaml
vendored
2
.github/workflows/update-dependencies.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue