File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6161 pm-email : " gabriel.vivas@sonarsource.com"
6262 slack-channel : " ask-squad-web"
6363 release-automation-secret-name : " SonarJS-release-automation"
64+ runner-environment : " github-ubuntu-latest-s"
6465 verbose : true
6566 use-jira-sandbox : false
67+ is-draft-release : ' false'
6668
6769 bump_versions :
6870 name : Bump versions
Original file line number Diff line number Diff line change @@ -174,6 +174,8 @@ jobs:
174174 secrets : |
175175 development/artifactory/token/{REPO_OWNER_NAME_DASH}-qa-deployer username | ARTIFACTORY_DEPLOY_USERNAME;
176176 development/artifactory/token/{REPO_OWNER_NAME_DASH}-qa-deployer access_token | ARTIFACTORY_DEPLOY_ACCESS_TOKEN;
177+ development/kv/data/sign key | SIGN_KEY;
178+ development/kv/data/sign passphrase | PGP_PASSPHRASE;
177179 - &java_coverage_cache
178180 name : Cache Java coverage
179181 uses : SonarSource/gh-action_cache@v1
@@ -186,6 +188,8 @@ jobs:
186188 ARTIFACTORY_DEPLOY_USERNAME : ${{ fromJSON(steps.deployer-secrets.outputs.vault).ARTIFACTORY_DEPLOY_USERNAME }}
187189 ARTIFACTORY_DEPLOY_PASSWORD : ${{ fromJSON(steps.deployer-secrets.outputs.vault).ARTIFACTORY_DEPLOY_ACCESS_TOKEN }}
188190 ARTIFACTORY_DEPLOY_REPO : sonarsource-public-qa
191+ SIGN_KEY : ${{ fromJSON(steps.deployer-secrets.outputs.vault).SIGN_KEY }}
192+ PGP_PASSPHRASE : ${{ fromJSON(steps.deployer-secrets.outputs.vault).PGP_PASSPHRASE }}
189193 - name : Upload SonarJS artifacts
190194 uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
191195 with :
You can’t perform that action at this time.
0 commit comments