This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
servitor
mirror of
https://github.com/BentonEdmondson/servitor.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
GHA: add write permissions to workflow
Benton Edmondson
1 year ago
parent
196788a0c2
commit
158bad5b98
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
.github/workflows/build.yaml
+ 3
- 0
.github/workflows/build.yaml
View File
@@
-1
,5
+1,8
@@
on:
push
+permissions:
+
contents:
write
+
jobs:
build:
runs-on:
ubuntu-22.04