Skip to content

Commit 8c299e2

Browse files
committed
test
1 parent 9beed5d commit 8c299e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and upload release artifact
22

3+
permissions:
4+
contents: read
5+
36
on:
47
release:
58
types: [created]
@@ -9,6 +12,9 @@ env:
912

1013
jobs:
1114
build:
15+
permissions:
16+
contents: write
17+
1218
runs-on: ubuntu-latest
1319

1420
steps:

0 commit comments

Comments
 (0)