Skip to content

Commit 911da87

Browse files
committed
Add build permission
1 parent a240551 commit 911da87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: write
1517
steps:
1618
# Checkout and setup
1719
- name: Checkout

0 commit comments

Comments
 (0)