Skip to content

Commit 8d01fd4

Browse files
committed
add appropriate permissions to nuke build github job
1 parent 081624a commit 8d01fd4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nuke-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ name: nuke-build
1818

1919
on: [push]
2020

21+
permissions:
22+
contents: read
23+
actions: write
24+
2125
jobs:
2226
ubuntu-latest:
2327
name: ubuntu-latest
@@ -51,4 +55,4 @@ jobs:
5155
uses: actions/upload-artifact@v4
5256
with:
5357
name: artifacts
54-
path: artifacts
58+
path: artifacts

0 commit comments

Comments
 (0)