mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Update generate-app-headers.yaml
This commit is contained in:
parent
dd29041e4c
commit
2ff536f26a
6
.github/workflows/generate-app-headers.yaml
vendored
6
.github/workflows/generate-app-headers.yaml
vendored
@ -9,14 +9,14 @@ jobs:
|
||||
update-combined:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write # Erforderlich für Push-Berechtigungen
|
||||
contents: write
|
||||
steps:
|
||||
- name: Generate a token
|
||||
id: generate-token
|
||||
uses: actions/create-github-app-token@v1
|
||||
with:
|
||||
app-id: ${{ secrets.APP_ID }} # Ändere dies auf 'secrets.APP_ID'
|
||||
private-key: ${{ secrets.APP_PRIVATE_KEY }} # Private Key aus den Secrets
|
||||
app-id: ${{ secrets.CREATE_HEADER_APP_ID }}
|
||||
private-key: ${{ CREATE_HEADER_SECRET }}
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user