Skip to content

Commit edf7e79

Browse files
fix(build): Add permissions for actions and contents in build job configuration. (#26)
1 parent 1e72e4d commit edf7e79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
build:
3333
runs-on: ubuntu-latest
3434

35+
permissions:
36+
actions: write
37+
contents: read
38+
3539
strategy:
3640
fail-fast: false
3741
matrix:

0 commit comments

Comments
 (0)