Skip to content

Commit 9fc7d0c

Browse files
committed
Allow artifact upload
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent bbf47c6 commit 9fc7d0c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ on:
55
tags:
66
- '*'
77

8+
permissions:
9+
contents: write
10+
checks: write
11+
12+
actions: read
13+
issues: read
14+
packages: write
15+
pull-requests: read
16+
repository-projects: read
17+
statuses: read
18+
819
jobs:
920
publish:
1021
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)