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.
2 parents 1d3c71f + 55b2191 commit 68a835dCopy full SHA for 68a835d
.github/workflows/autoupdate.yml
@@ -24,8 +24,8 @@ jobs:
24
uses: rancher-eio/read-vault-secrets@main
25
with:
26
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
+ secret/data/github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials appId | APP_ID;
+ secret/data/github/repo/${{ github.repository }}/github/pr-actions-write-app/credentials privateKey | PRIVATE_KEY
29
30
- name: Generate short-lived installation access token from app
31
uses: actions/create-github-app-token@v1
0 commit comments