Skip to content

Commit

Permalink
BUILD-2298 Add missing permissions to the release wf (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverin committed Dec 5, 2022
1 parent 8dc90c1 commit be9afee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
publish:
permissions:
id-token: write # required for SonarSource/vault-action-wrapper
runs-on: ubuntu-latest
env:
RELEASE_TAG: ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit be9afee

Please sign in to comment.