mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-01 11:03:15 +02:00
Rename CI credentials to org-wide names, demote non-secrets to variables (#16919)
This commit is contained in:
committed by
GitHub
parent
28cfd73cc5
commit
8639310cfa
+4
-4
@@ -24,15 +24,15 @@ jobs:
|
||||
id: generate-token
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ vars.APP_ID }}
|
||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
app-id: ${{ vars.GHAPP_HEADERS_ID }}
|
||||
private-key: ${{ secrets.GHAPP_HEADERS_PRIVATE_KEY }}
|
||||
|
||||
- name: Generate a token for PR approval and merge
|
||||
id: generate-token-merge
|
||||
uses: actions/create-github-app-token@v3
|
||||
with:
|
||||
app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }}
|
||||
private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }}
|
||||
app-id: ${{ vars.GHAPP_MERGEBOT_ID }}
|
||||
private-key: ${{ secrets.GHAPP_MERGEBOT_PRIVATE_KEY }}
|
||||
|
||||
# Step 1: Checkout repository
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user