mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Merge pull request #25784 from containers/renovate/actions-create-github-app-token-2.x
[skip-ci] Update actions/create-github-app-token action to v2
This commit is contained in:
2
.github/workflows/issue_pr_lock.yml
vendored
2
.github/workflows/issue_pr_lock.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
# Ref: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
|
# Ref: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow
|
||||||
- name: Obtain Stale Locking App token
|
- name: Obtain Stale Locking App token
|
||||||
id: generate-token
|
id: generate-token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v2
|
||||||
with:
|
with:
|
||||||
# N/B: These are both defined at the containers-org level
|
# N/B: These are both defined at the containers-org level
|
||||||
app-id: ${{ vars.STALE_LOCKING_APP_ID }}
|
app-id: ${{ vars.STALE_LOCKING_APP_ID }}
|
||||||
|
Reference in New Issue
Block a user