Fix vault path for app credentials in `main-source` update automation (#1008)

pull/1009/head
Adam Pickering 2024-04-15 12:14:26 -06:00 committed by GitHub
parent 296b9ee968
commit 62c7e1e00b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
github/repo/rancher/partner-charts/github/app-credentials appId | APP_ID ;
github/repo/rancher/partner-charts/github/app-credentials privateKey | PRIVATE_KEY
secret/data/github/repo/rancher/partner-charts/github/app-credentials appId | APP_ID ;
secret/data/github/repo/rancher/partner-charts/github/app-credentials privateKey | PRIVATE_KEY
- name: Generate short-lived github app token
uses: actions/create-github-app-token@v1