Skip to content

Commit 2201bd0

Browse files
authored
Merge pull request #492 from RADAR-base/ci/fix-github-action-permissions
Fix GitHub release action
2 parents 9b445cc + e59604a commit 2201bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
upload:
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
11+
contents: write
1212
packages: write
1313

1414
steps:

0 commit comments

Comments
 (0)