File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: Generate Golang app
3
3
on :
4
4
push :
5
5
6
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
+ permissions :
8
+ # NOTE: actions/upload-artifact makes no use of permissions
9
+ # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
+ contents : read # for "git clone"
11
+
6
12
jobs :
7
13
generate-app :
8
14
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: Generate JavaScript app
3
3
on :
4
4
push :
5
5
6
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
+ permissions :
8
+ # NOTE: actions/upload-artifact makes no use of permissions
9
+ # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
+ contents : read # for "git clone"
11
+
6
12
jobs :
7
13
generate-app :
8
14
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ name: Generate Python app
3
3
on :
4
4
push :
5
5
6
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
7
+ permissions :
8
+ # NOTE: actions/upload-artifact makes no use of permissions
9
+ # See https://github.com/actions/upload-artifact/issues/197#issuecomment-832279436
10
+ contents : read # for "git clone"
11
+
6
12
jobs :
7
13
generate-app :
8
14
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
You can’t perform that action at this time.
0 commit comments