Skip to content

Commit f4f9940

Browse files
committed
debugging
1 parent b3490d7 commit f4f9940

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
{
4646
"launchdarkly/find-code-references": ${{ toJSON(secrets.LAUNCHDARKLY_FIND_CODE_REFERENCES_DEPLOY_KEY) }}
4747
}
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-
# s3_path_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'
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+
s3_path_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

scripts/release/publish-dry-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ for script in $(dirname $0)/publish-runners/*.sh; do
2121
done
2222

2323
# dry_run_gha
24-
# dry_run_circleci
24+
dry_run_circleci
2525
dry_run_bitbucket

0 commit comments

Comments
 (0)