Skip to content

Commit

Permalink
Note - this is broken until eio 2933 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-cox committed Dec 23, 2024
1 parent 46ea929 commit 25d53c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ jobs:
with:
name: ${{ env.E2E_BUILD_DIST_EMBER_NAME }}
path: ${{ env.E2E_BUILD_DIST_EMBER_DIR }}

- name: "Read Vault Secrets"
uses: rancher-eio/read-vault-secrets@main
with:
secrets: |
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials username | READ_STAGE_REGISTRY_USERNAME ;
secret/data/github/repo/${{ github.repository }}/rancher-prime-stg-registry/credentials password | READ_STAGE_REGISTRY_PASSWORD ;
- name: Log into Staging registry
uses: docker/login-action@v3
with:
username: ${{ env.READ_STAGE_REGISTRY_USERNAME }}
password: ${{ env.READ_STAGE_REGISTRY_PASSWORD }}
registry: stgregistry.suse.com

- name: Run Rancher
run: yarn e2e:docker
Expand Down

0 comments on commit 25d53c0

Please sign in to comment.