diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2022-12-23 10:13:27 +0100 |
---|---|---|
committer | Jacek <jacek.poreda@sonarsource.com> | 2022-12-23 11:00:01 +0100 |
commit | 1117ac3e5bd0a965673fcb57afd128f396c5d10a (patch) | |
tree | c7dd9b7f3631fc2cdb8ec33d9b277115753c59c6 | |
parent | 712bc613b6a241bceb3d0ad0f68cae0aef36710c (diff) | |
download | sonar-scanner-cli-1117ac3e5bd0a965673fcb57afd128f396c5d10a.tar.gz sonar-scanner-cli-1117ac3e5bd0a965673fcb57afd128f396c5d10a.zip |
[NO-JIRA] Fix docker trigger release
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70695b4..adedea8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: mavenCentralSync: true slackChannel: sonarqube-build release_docker: + permissions: + id-token: write runs-on: ubuntu-latest name: Start Docker release process needs: release |