This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
servitor
mirror of
https://github.com/BentonEdmondson/servitor.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
GHA: add write permissions to workflow
Benton Edmondson
1 năm trước cách đây
mục cha
196788a0c2
commit
158bad5b98
1 tập tin đã thay đổi
với
3 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
3
0
.github/workflows/build.yaml
+ 3
- 0
.github/workflows/build.yaml
Xem Tập Tin
@@
-1
,5
+1,8
@@
on:
push
+permissions:
+
contents:
write
+
jobs:
build:
runs-on:
ubuntu-22.04