We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71e8dd commit 35cc000Copy full SHA for 35cc000
.github/workflows/publish_release.yml
@@ -18,7 +18,7 @@ jobs:
18
id: generate-token
19
uses: actions/create-github-app-token@v2
20
with:
21
- app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }}
+ app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }}
22
private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }}
23
owner: community-scripts
24
repositories: ProxmoxVE-Local
@@ -27,7 +27,7 @@ jobs:
27
id: generate-token-merge
28
29
30
31
32
33
0 commit comments