Skip to content

Commit 136cf60

Browse files
authored
Merge pull request #7 from yomidevs/workflow-permissions
give workflow permissions to write contents
2 parents ae1ef43 + fd7efc8 commit 136cf60

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77

88
jobs:
99
build:
10+
permissions:
11+
contents: write
1012
runs-on: ubuntu-latest
1113
steps:
12-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1315

1416
- name: Install dependencies
1517
run: |

0 commit comments

Comments
 (0)