We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0df3fb commit 7ab22afCopy full SHA for 7ab22af
.circleci/config.yml
@@ -292,7 +292,7 @@ jobs:
292
293
- run:
294
name: "authenticate to akeyless via OIDC"
295
- command: akeyless auth --access-id $accessid --access-type jwt --jwt $CIRCLE_OIDC_TOKEN --json | jq '.token' -r > ~/.vault_token
+ command: akeyless auth --access-id p-apiygzv96zv5 --access-type jwt --jwt $CIRCLE_OIDC_TOKEN --json | jq '.token' -r > ~/.vault_token
296
297
298
name: "Get PR Comment token (and remove unnecessary information and punctuation)"
0 commit comments