mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-11 00:16:57 +00:00
gh action: fix appid
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
@@ -24,8 +24,8 @@ jobs:
|
||||
id: generate-token
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ vars.GHAPP_HEADERS_ID }}
|
||||
private-key: ${{ secrets.GHAPP_HEADERS_PRIVATE_KEY }}
|
||||
app-id: ${{ vars.GHAPP_PR_ID }}
|
||||
private-key: ${{ secrets.GHAPP_PR_PRIVATE_KEY }}
|
||||
|
||||
- name: Generate a token for PR approval and merge
|
||||
id: generate-token-merge
|
||||
|
||||
Reference in New Issue
Block a user