We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67744d7 commit 91c2162Copy full SHA for 91c2162
.github/workflows/release.yml
@@ -7,7 +7,8 @@ jobs:
7
release:
8
name: Feature
9
permissions:
10
- packages: write
+ contents: read
11
+ packages: write
12
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
13
with:
14
release-version: ${{ github.event.release.tag_name }}
0 commit comments