diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2022-02-28 14:58:23 +0100 |
---|---|---|
committer | belen-pruvost-sonarsource <belen.pruvost@sonarsource.com> | 2022-02-28 16:38:14 +0100 |
commit | 62768e25da3981a8ffd3778accfcd459d79ede24 (patch) | |
tree | 61dc3415c0ad3a2c8b10f6baaaccb73e23365aa3 | |
parent | 969be161dc945ed73f3658f3ef3d85ace9cb7af5 (diff) | |
download | sonar-scanner-cli-62768e25da3981a8ffd3778accfcd459d79ede24.tar.gz sonar-scanner-cli-62768e25da3981a8ffd3778accfcd459d79ede24.zip |
SQSCANNER-100 - Add AWS Binaries Env Variable
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83909c7..38556ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: slack_channel: sonarqube-build env: ARTIFACTORY_API_KEY: ${{ secrets.ARTIFACTORY_API_KEY }} + BINARIES_AWS_DEPLOY: ${{ secrets.BINARIES_AWS_DEPLOY }} BURGRX_USER: ${{ secrets.BURGRX_USER }} BURGRX_PASSWORD: ${{ secrets.BURGRX_PASSWORD }} CIRRUS_TOKEN: ${{ secrets.CIRRUS_TOKEN }} |