File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4646 statuses : write
4747 checks : write
4848 id-token : write
49- env :
50- VAULT_ADDR : https://vault.maas-vault-prod.solace.cloud:8200
49+
5150 steps :
5251 - name : Checkout repo
5352 uses : actions/checkout@v4
6059 uses : hashicorp/vault-action@v3
6160 continue-on-error : true
6261 with :
63- url : " https://vault.maas-vault-prod.solace.cloud:8200 "
62+ url : " ${{ secrets.VAULT_ADDR }} "
6463 role : " cicd-workflows-secret-read-role"
6564 method : jwt
6665 path : jwt-github
Original file line number Diff line number Diff line change 2424 uses : ./.github/workflows/build-java-binder.yaml
2525 with :
2626 unit_integration_test_reports : " **/target/failsafe-reports/**/TEST*.xml"
27+ secrets : inherit
2728
Original file line number Diff line number Diff line change 4343 contents : write
4444 packages : write
4545 id-token : write
46- env :
47- VAULT_ADDR : https://vault.maas-vault-prod.solace.cloud:8200
46+
4847 steps :
4948 - uses : actions/checkout@v4
5049 with :
5756 uses : hashicorp/vault-action@v3
5857 continue-on-error : true
5958 with :
60- url : " ${{ env .VAULT_ADDR }}"
59+ url : " ${{ secrets .VAULT_ADDR }}"
6160 role : " cicd-workflows-secret-read-role"
6261 method : jwt
6362 path : jwt-github
You can’t perform that action at this time.
0 commit comments