diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 2775c28..ccaf3d7 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -18,7 +18,7 @@ jobs: id: generate-token uses: actions/create-github-app-token@v2 with: - app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }} + app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }} private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }} owner: community-scripts repositories: ProxmoxVE-Local @@ -27,7 +27,7 @@ jobs: id: generate-token-merge uses: actions/create-github-app-token@v2 with: - app-id: ${{ vars.APP_ID_APPROVE_AND_MERGE }} + app-id: ${{ secrets.APP_ID_APPROVE_AND_MERGE }} private-key: ${{ secrets.APP_KEY_APPROVE_AND_MERGE }} owner: community-scripts repositories: ProxmoxVE-Local