Skip to content

Commit 076cf4f

Browse files
Update permission to attach artefacts on release
1 parent 43b8962 commit 076cf4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
needs: [ build ]
1212
permissions:
1313
id-token: write # Required for authentication using OIDC
14+
contents: write
15+
pull-requests: write
16+
repository-projects: write
1417
defaults:
1518
run:
1619
working-directory: server

0 commit comments

Comments
 (0)