We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1a5c7 commit 0c260dbCopy full SHA for 0c260db
.github/workflows/build.yaml
@@ -11,6 +11,18 @@ jobs:
11
runs-on: ubuntu-latest
12
13
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
+
26
- name: Checkout code
27
uses: actions/checkout@v5
28
0 commit comments