Skip to content

Commit 05cd354

Browse files
authored
permissions in reusable workflow (#7)
1 parent 2e8eceb commit 05cd354

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
@@ -23,6 +23,10 @@ jobs:
2323
build:
2424
runs-on: ubuntu-latest
2525

26+
permissions:
27+
contents: read
28+
actions: write
29+
2630
container:
2731
image: joinframework/join-ci:latest
2832

0 commit comments

Comments
 (0)