Skip to content

Commit

Permalink
update vault
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalam Abdul authored and Kalam Abdul committed Nov 20, 2024
1 parent b87358f commit 68784fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/token.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OIDC Access Test
name: OIDC Access Test Token

on: push

Expand All @@ -23,7 +23,7 @@ jobs:
with: ${{ secrets.VAULT_TOKEN }}
url: ${{ secrets.VAULT_ADDR }}
namespace: ${{ secrets.VAULT_NAMESPACE }}
token:
token: ${{ secrets.VAULT_TOKEN }}
secrets: ${{ secrets.VAULT_SECRET_PATH }} ${{ secrets.VAULT_SECRET_KEY }} | MY_SECRET

- name: Print Secrets
Expand Down

0 comments on commit 68784fc

Please sign in to comment.