Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit be9afee

Browse files
authored
BUILD-2298 Add missing permissions to the release wf (#379)
1 parent 8dc90c1 commit be9afee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55

66
jobs:
77
publish:
8+
permissions:
9+
id-token: write # required for SonarSource/vault-action-wrapper
810
runs-on: ubuntu-latest
911
env:
1012
RELEASE_TAG: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)