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:
|
||||
- name: Generate app token
|
||||
id: generate-token
|
||||
uses: actions/create-github-app-token@v2
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ vars.APP_ID }}
|
||||
client-id: ${{ vars.APP_ID }}
|
||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
owner: community-scripts
|
||||
repositories: ProxmoxVED
|
||||
|
||||
Reference in New Issue
Block a user