Skip to content

Commit 265da80

Browse files
committed
add permissions
1 parent c8f105a commit 265da80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build/release
22

33
on: push
44

5+
permissions: write-all
6+
57
jobs:
68
release:
79
runs-on: ${{ matrix.os }}
@@ -26,5 +28,5 @@ jobs:
2628
# (No need to define this secret in the repo settings)
2729
github_token: ${{ secrets.github_token }}
2830

29-
# always release the app after building
31+
# Always release the app after building
3032
release: true

0 commit comments

Comments
 (0)