Skip to content

Commit

Permalink
Fix vault path for app credentials in main-source update automation (
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering authored Apr 15, 2024
1 parent 296b9ee commit 62c7e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-main-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62c7e1e

Please sign in to comment.