File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 11name : Build
22
33permissions :
4- contents : read
4+ contents : write
5+ id-token : write
6+ actions : read
57
68on :
79 workflow_call :
8- secrets :
9- VAULT_URL :
10- required : true
1110
1211jobs :
1312 build :
1413 runs-on : ubuntu-latest
1514
1615 steps :
17- - name : ' Retrieve Secrets from Vault'
18- id : vault
19- 20- with :
21- url : ${{ secrets.VAULT_URL }}
22- role : ${{ github.event.repository.name }}-github-action
23- method : jwt
24- path : github-actions
25- exportEnv : false
26- secrets : |
27- github/token/${{ github.event.repository.name }}-semantic-release token | GITHUB_TOKEN_FROM_VAULT;
28-
2916 - name : Checkout code
3017 uses : actions/checkout@v5
3118
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111 uses : ./.github/workflows/build.yaml
12- secrets :
13- VAULT_URL : ${{ secrets.VAULT_URL }}
1412
1513 check :
1614 needs : build
You can’t perform that action at this time.
0 commit comments