Skip to content

Commit 42718b0

Browse files
committed
Fix vault token key
1 parent 608f58a commit 42718b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
id: vault
6060
with:
6161
url: ${{ env.VAULT_ADDR }}
62-
token: ${{ secrets.VAULT_REPO_TOKEN }}
62+
token: ${{ secrets.VAULT_TOKEN }}
6363
secrets: |
6464
kv/data/MavenCentral "USERNAME" | MAVEN_USERNAME;
6565
kv/data/MavenCentral "PASSWORD" | MAVEN_PASSWORD;

0 commit comments

Comments
 (0)