Skip to content

Commit

Permalink
testing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Feb 13, 2024
1 parent 8176234 commit a5bed4b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/testing-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
pull-requests: write
repository-projects: write
steps:
- name: Fetch dynamic secrets from Akeyless
id: fetch-dynamic-secrets
uses: akeyless-community/akeyless-github-action@v1.0.1
- name: Akeyless Get Secrets
id: get_auth_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: |
- name: "/dynamic-secrets/keys/github/docs/contents=write,pull_requests=write"
output-name: "NPM_TOKEN"
access-type: jwt

dynamic-secrets: '{"/dynamic-secrets/keys/github/docs/contents=write,pull_requests=write":"NPM_TOKEN"}'
Build-Container-dev:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.14.2
if: github.ref != 'refs/heads/main'
Expand Down

0 comments on commit a5bed4b

Please sign in to comment.