Skip to content

Commit 7ab22af

Browse files
putting access id directly in file instead of env variable (#2018)
1 parent a0df3fb commit 7ab22af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292

293293
- run:
294294
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
295+
command: akeyless auth --access-id p-apiygzv96zv5 --access-type jwt --jwt $CIRCLE_OIDC_TOKEN --json | jq '.token' -r > ~/.vault_token
296296

297297
- run:
298298
name: "Get PR Comment token (and remove unnecessary information and punctuation)"

0 commit comments

Comments
 (0)