Skip to content

Commit

Permalink
akeyless split
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Nov 3, 2023
1 parent 7bfb879 commit 742fb28
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ jobs:
with:
api-url: https://api.gateway.akeyless.celo-networks-dev.org
access-id: p-kf9vjzruht6l
dynamic-secrets: '{"/dynamic-secrets/keys/github/social-connect/contents=write,pull_requests=write":"PAT","/static-secrets/apps-tooling-circle/npm-publish-token":"NPM_TOKEN"}'
dynamic-secrets: '{"/dynamic-secrets/keys/github/social-connect/contents=write,pull_requests=write":"PAT"}'

- name: Get NPM Token from akeyless
id: get_npm_token
uses:
docker://us-west1-docker.pkg.dev/devopsre/akeyless-public/akeyless-action:latest
with:
api-url: https://api.gateway.akeyless.celo-networks-dev.org
access-id: p-kf9vjzruht6l
dynamic-secrets: '{"/static-secrets/apps-tooling-circle/npm-publish-token":"NPM_TOKEN"}'

- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 742fb28

Please sign in to comment.