From e99014be14c7e05f4d9c1fd063cc385899fcac3b Mon Sep 17 00:00:00 2001 From: Les Sheppard Date: Fri, 29 Nov 2024 14:18:46 +0000 Subject: [PATCH] Get jenkins secrets for ci benchmark tests --- .github/workflows/docker.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 41e8eeb623..3214240691 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -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)