Skip to content

Commit

Permalink
Merge pull request #137 from mitulshah-suse/move-to-gha
Browse files Browse the repository at this point in the history
Fix secret retrieval
  • Loading branch information
snasovich authored May 3, 2024
2 parents c60e21a + d160100 commit 8529512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/google-auth/rancher/credentials | GOOGLE_AUTH
secret/data/github/repo/${{ github.repository }}/google-auth/rancher/credentials token | GOOGLE_AUTH
- name: Authenticate with Google Cloud
uses: 'google-github-actions/auth@v2'
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/google-auth/rancher/credentials | GOOGLE_AUTH
secret/data/github/repo/${{ github.repository }}/google-auth/rancher/credentials token | GOOGLE_AUTH
- name: Authenticate with Google Cloud
uses: 'google-github-actions/auth@v2'
with:
Expand Down

0 comments on commit 8529512

Please sign in to comment.