Skip to content

Commit

Permalink
Fix vault token key
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanIrimie committed Apr 19, 2023
1 parent 608f58a commit 42718b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: vault
with:
url: ${{ env.VAULT_ADDR }}
token: ${{ secrets.VAULT_REPO_TOKEN }}
token: ${{ secrets.VAULT_TOKEN }}
secrets: |
kv/data/MavenCentral "USERNAME" | MAVEN_USERNAME;
kv/data/MavenCentral "PASSWORD" | MAVEN_PASSWORD;
Expand Down

0 comments on commit 42718b0

Please sign in to comment.