Skip to content

Commit

Permalink
Merge pull request #465 from rancher/furkatgofurov7-prime-gha
Browse files Browse the repository at this point in the history
Use capi forks repo for secret reading
  • Loading branch information
furkatgofurov7 authored Oct 9, 2024
2 parents 9b17704 + 2fe3b67 commit 5bd6cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/${{ github.repository }}/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD
secret/data/github/repo/clusterapi-forks/registry/prime/rancher/cluster-api-controller/credentials username | DOCKER_USERNAME ;
secret/data/github/repo/clusterapi-forks/registry/prime/rancher/cluster-api-controller/credentials password | DOCKER_PASSWORD
- name: Docker login to registry
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
gh release create ${{ env.TAG }} --draft --generate-notes
gh release upload ${{ env.TAG }} out/metadata.yaml
gh release upload ${{ env.TAG }} out/bootstrap-components.yaml
gh release upload ${{ env.TAG }} out/control-plane-components.yaml
gh release upload ${{ env.TAG }} out/control-plane-components.yaml

0 comments on commit 5bd6cd7

Please sign in to comment.