ci: bump create-github-app-token to v3
This commit is contained in:
4
.github/workflows/auto-update-app-headers.yml
generated
vendored
4
.github/workflows/auto-update-app-headers.yml
generated
vendored
@@ -21,9 +21,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Generate app token
|
- name: Generate app token
|
||||||
id: generate-token
|
id: generate-token
|
||||||
uses: actions/create-github-app-token@v2
|
uses: actions/create-github-app-token@v3
|
||||||
with:
|
with:
|
||||||
app-id: ${{ vars.APP_ID }}
|
client-id: ${{ vars.APP_ID }}
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
owner: community-scripts
|
owner: community-scripts
|
||||||
repositories: ProxmoxVED
|
repositories: ProxmoxVED
|
||||||
|
|||||||
Reference in New Issue
Block a user