Skip to content

Commit 68a835d

Browse files
Merge pull request #1188 from adamkpickering/fix-autoupdate-workflow-token-pull
Fix pulling app ID and key in autoupdate workflow
2 parents 1d3c71f + 55b2191 commit 68a835d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autoupdate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
uses: rancher-eio/read-vault-secrets@main
2525
with:
2626
secrets: |
27-
github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials appId | APP_ID;
28-
github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials privateKey | PRIVATE_KEY
27+
secret/data/github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials appId | APP_ID;
28+
secret/data/github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials privateKey | PRIVATE_KEY
2929
3030
- name: Generate short-lived installation access token from app
3131
uses: actions/create-github-app-token@v1

0 commit comments

Comments
 (0)