Skip to content

Commit

Permalink
testing branch restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Feb 13, 2024
1 parent 36f0e94 commit 30784ba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/testing-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ on:
workflow_dispatch:

jobs:
release:
permissions:
contents: write
id-token: write
pull-requests: write
repository-projects: write
steps:
- name: Checkout Repo
uses: actions/checkout@v4

- 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
static-secrets: '{"/dynamic-secrets/keys/github/docs/contents=write,pull_requests=write":"NPM_TOKEN"}'

Build-Container-dev:
uses: celo-org/reusable-workflows/.github/workflows/[email protected]
if: github.ref != 'refs/heads/main'
Expand Down

0 comments on commit 30784ba

Please sign in to comment.