File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
34- # BITBUCKET_USERNAME: ${{ secrets.BITBUCKET_USERNAME }}
35- # BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
33+ # CIRCLECI_CLI_TOKEN: ${{ secrets.CIRCLECI_CLI_TOKEN }}
34+ BITBUCKET_USERNAME : ${{ secrets.BITBUCKET_USERNAME }}
35+ BITBUCKET_TOKEN : ${{ secrets.BITBUCKET_TOKEN }}
3636 ARTIFACT_DIRECTORY : " /tmp/release-artifacts"
3737 steps :
3838 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ for script in $(dirname $0)/publish-runners/*.sh; do
2121done
2222
2323dry_run_gha
24- dry_run_circleci
24+ # dry_run_circleci
2525dry_run_bitbucket
You can’t perform that action at this time.
0 commit comments