File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2626# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
2727# text on stderr and so can break tests which check the output of a program).
2828
29+ permissions :
30+ contents : read # to fetch code (actions/checkout)
31+
2932jobs :
3033 test_non_bootstrapped :
3134 runs-on : [self-hosted, Linux]
@@ -527,6 +530,9 @@ jobs:
527530 ./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
528531
529532 nightly_documentation :
533+ permissions :
534+ contents : write # to push pages branch (peaceiris/actions-gh-pages)
535+
530536 runs-on : [self-hosted, Linux]
531537 container :
532538 image : lampepfl/dotty:2021-03-22
@@ -705,6 +711,10 @@ jobs:
705711
706712
707713 open_issue_on_failure :
714+ permissions :
715+ contents : read # to fetch code (actions/checkout)
716+ issues : write # to create new issues (jasonetco/create-an-issue)
717+
708718 runs-on : [self-hosted, Linux]
709719 container :
710720 image : lampepfl/dotty:2021-03-22
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main # default branch of the project
6+ permissions :
7+ contents : read # to fetch code (actions/checkout)
68jobs :
79 dependency-graph :
810 name : Update Dependency Graph
You can’t perform that action at this time.
0 commit comments