File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1414 integration-cni-tests :
1515 permissions :
1616 contents : read
17+ id-token : write
1718 runs-on : runs-on,runner=4cpu-linux-x64,run-id=${{ github.run_id }}
1819 timeout-minutes : 60
1920 strategy :
2627 uses : actions/setup-go@v5
2728 with :
2829 go-version-file : ' go.mod'
30+ - name : Retrieve Stage Registry Credentials from Vault
31+ uses : rancher-eio/read-vault-secrets@main
32+ with :
33+ secrets : |
34+ secret/data/github/repo/${{ github.repository }}/stage-registry/rancher/rke-extended-life/credentials endpoint | STAGE_REGISTRY_ENDPOINT ;
35+ secret/data/github/repo/${{ github.repository }}/stage-registry/rancher/rke-extended-life/credentials username | STAGE_REGISTRY_USERNAME ;
36+ secret/data/github/repo/${{ github.repository }}/stage-registry/rancher/rke-extended-life/credentials password | STAGE_REGISTRY_PASSWORD
2937 - name : Run ${{ matrix.cni }} check
3038 run : |
3139 ./scripts/build
You can’t perform that action at this time.
0 commit comments