Skip to content

Commit 28c03b9

Browse files
authored
workflow permissions
1 parent f2f5dfa commit 28c03b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on:
44
push:
55
branches:
66
- master
7-
87
jobs:
98
build:
9+
permissions:
10+
contents: write
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)