Skip to content

Commit 0c260db

Browse files
break build to get github action permission error
1 parent 1e1a5c7 commit 0c260db

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: 'Retrieve Secrets from Vault'
15+
id: vault
16+
uses: hashicorp/[email protected]
17+
with:
18+
url: ${{ secrets.VAULT_URL }}
19+
role: ${{ github.event.repository.name }}-github-action
20+
method: jwt
21+
path: github-actions
22+
exportEnv: false
23+
secrets: |
24+
github/token/${{ github.event.repository.name }}-semantic-release token | GITHUB_TOKEN;
25+
1426
- name: Checkout code
1527
uses: actions/checkout@v5
1628

0 commit comments

Comments
 (0)