Skip to content

Commit f6253aa

Browse files
committed
try repo secret for circleci
1 parent b97cb58 commit f6253aa

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
# DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
3232
# DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
33-
# CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}
33+
CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}
3434
# BITBUCKET_USERNAME: ${{ secrets.BITBUCKET_USERNAME }}
3535
# BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
3636
ARTIFACT_DIRECTORY: "/tmp/release-artifacts"
@@ -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

0 commit comments

Comments
 (0)