File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 26
26
# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
27
27
# text on stderr and so can break tests which check the output of a program).
28
28
29
+ permissions :
30
+ contents : read # to fetch code (actions/checkout)
31
+
29
32
jobs :
30
33
test_non_bootstrapped :
31
34
runs-on : [self-hosted, Linux]
@@ -527,6 +530,9 @@ jobs:
527
530
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
528
531
529
532
nightly_documentation :
533
+ permissions :
534
+ contents : write # to push pages branch (peaceiris/actions-gh-pages)
535
+
530
536
runs-on : [self-hosted, Linux]
531
537
container :
532
538
image : lampepfl/dotty:2021-03-22
@@ -705,6 +711,10 @@ jobs:
705
711
706
712
707
713
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
+
708
718
runs-on : [self-hosted, Linux]
709
719
container :
710
720
image : lampepfl/dotty:2021-03-22
Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- main # default branch of the project
6
+ permissions :
7
+ contents : read # to fetch code (actions/checkout)
6
8
jobs :
7
9
dependency-graph :
8
10
name : Update Dependency Graph
You can’t perform that action at this time.
0 commit comments