Skip to content

Commit 2506abb

Browse files
committed
Simplify release workflow secrets configuration
Remove unused SSM parameters from the release workflow to streamline secret retrieval. This removes the following token references that are no longer needed: - CIRCLECI_CLI_TOKEN - BITBUCKET_USERNAME - BITBUCKET_TOKEN - GITHUB_RELEASE_TOKEN (via SSM)
1 parent e1b73fe commit 2506abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.2.0
3737
with:
3838
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}
39-
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, /production/common/releasing/ld-find-code-refs/github-release-token = GITHUB_RELEASE_TOKEN'
39+
ssm_parameter_pairs: '/global/services/docker/public/username = DOCKER_USERNAME, /global/services/docker/public/token = DOCKER_TOKEN
4040
- name: set release token
4141
run: echo "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN" >> $GITHUB_ENV
4242
- name: setup access for find-code-references

0 commit comments

Comments
 (0)