File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 30
30
# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
31
31
# text on stderr and so can break tests which check the output of a program).
32
32
33
+ permissions :
34
+ contents : read # to fetch code (actions/checkout)
35
+
33
36
jobs :
34
37
test_non_bootstrapped :
35
38
runs-on : [self-hosted, Linux]
@@ -528,6 +531,9 @@ jobs:
528
531
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
529
532
530
533
nightly_documentation :
534
+ permissions :
535
+ contents : write # to push pages branch (peaceiris/actions-gh-pages)
536
+
531
537
runs-on : [self-hosted, Linux]
532
538
container :
533
539
image : lampepfl/dotty:2021-03-22
@@ -706,6 +712,10 @@ jobs:
706
712
707
713
708
714
open_issue_on_failure :
715
+ permissions :
716
+ contents : read # to fetch code (actions/checkout)
717
+ issues : write # to create new issues (jasonetco/create-an-issue)
718
+
709
719
runs-on : [self-hosted, Linux]
710
720
container :
711
721
image : lampepfl/dotty:2021-03-22
You can’t perform that action at this time.
0 commit comments