Skip to content

Commit

Permalink
Get jenkins secrets for ci benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
les-sheppard committed Nov 29, 2024
1 parent 1f3af96 commit e99014b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,14 @@ jobs:
- build_push_container_private
runs-on: ubuntu-22.04
steps:
- uses: ./.github/actions/fetch-secrets
with:
role_name: "${{ secrets.BABYLON_SECRETS_ROLE_ARN }}"
app_name: "babylon-node"
step_name: "deploy"
secret_prefix: "JENKINS"
secret_name: "github-actions/radixdlt/babylon-node/jenkins-api-token"
parse_json: true
- name: Get docker image tag
run: |
#There can be multiple tag entries. Get the first and only take the tag (i.e. not the image repo and name)
Expand Down

0 comments on commit e99014b

Please sign in to comment.