Skip to content

Commit 5f41bd4

Browse files
committed
debugging
1 parent f8f2844 commit 5f41bd4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41+
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
42+
name: Get secrets
43+
with:
44+
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
45+
ssm_parameter_pairs: '/global/services/docker/public/username = DOCKER_USERNAME, /global/services/docker/public/token = DOCKER_TOKEN, /production/common/releasing/circleci/orb-token= CIRCLECI_CLI_TOKEN, /production/common/releasing/bitbucket/username = BITBUCKET_USERNAME, /production/common/releasing/bitbucket/token = BITBUCKET_TOKEN'
4146
- name: setup access for find-code-references
4247
uses: launchdarkly/gh-actions/actions/ssh-key-by-repo@main
4348
with:
4449
repo_keys_map: |
4550
{
4651
"launchdarkly/find-code-references": ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERENCES_DEPLOY_KEY) }}
4752
}
48-
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
49-
name: Get secrets
50-
with:
51-
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
52-
ssm_parameter_pairs: '/global/services/docker/public/username = DOCKER_USERNAME, /global/services/docker/public/token = DOCKER_TOKEN, /production/common/releasing/circleci/orb-token= CIRCLECI_CLI_TOKEN, /production/common/releasing/bitbucket/username = BITBUCKET_USERNAME, /production/common/releasing/bitbucket/token = BITBUCKET_TOKEN'
5353
- name: update-version
5454
run: |
5555
./scripts/release/update-version.sh

0 commit comments

Comments
 (0)