File tree 2 files changed +0
-12
lines changed 2 files changed +0
-12
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
-
32
29
jobs :
33
30
test_non_bootstrapped :
34
31
runs-on : [self-hosted, Linux]
@@ -530,9 +527,6 @@ jobs:
530
527
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
531
528
532
529
nightly_documentation :
533
- permissions :
534
- contents : write # to push pages branch (peaceiris/actions-gh-pages)
535
-
536
530
runs-on : [self-hosted, Linux]
537
531
container :
538
532
image : lampepfl/dotty:2021-03-22
@@ -711,10 +705,6 @@ jobs:
711
705
712
706
713
707
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
-
718
708
runs-on : [self-hosted, Linux]
719
709
container :
720
710
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)
8
6
jobs :
9
7
dependency-graph :
10
8
name : Update Dependency Graph
You can’t perform that action at this time.
0 commit comments