Skip to content

Commit ce8dee4

Browse files
authored
chore: temp remove unneeded code (#594)
This PR removes unused SSM parameters from the release workflow to streamline secret retrieval. ## Changes - Removed the following token references from `ssm_parameter_pairs` that are no longer needed: - CIRCLECI_CLI_TOKEN - BITBUCKET_USERNAME - BITBUCKET_TOKEN - GITHUB_RELEASE_TOKEN (via SSM) ## Why targeting a release to dockerhub only
1 parent e1b73fe commit ce8dee4

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)