Skip to content

Commit 35cc000

Browse files
Workflow
1 parent d71e8dd commit 35cc000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: generate-token
1919
uses: actions/create-github-app-token@v2
2020
with:
21-
app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }}
21+
app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }}
2222
private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }}
2323
owner: community-scripts
2424
repositories: ProxmoxVE-Local
@@ -27,7 +27,7 @@ jobs:
2727
id: generate-token-merge
2828
uses: actions/create-github-app-token@v2
2929
with:
30-
app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }}
30+
app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }}
3131
private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }}
3232
owner: community-scripts
3333
repositories: ProxmoxVE-Local

0 commit comments

Comments
 (0)