Skip to content

Commit

Permalink
Revert "GitHub Workflows security hardening"
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored Dec 13, 2022
1 parent 01a5dd4 commit 12b26a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ env:
# `java` (we could use the `_JAVA_OPTIONS` environment variable, but this prints
# text on stderr and so can break tests which check the output of a program).

permissions:
contents: read # to fetch code (actions/checkout)

jobs:
test_non_bootstrapped:
runs-on: [self-hosted, Linux]
Expand Down Expand Up @@ -530,9 +527,6 @@ jobs:
./project/scripts/sbtPublish ";project scala3-bootstrapped ;publishSigned ;sonatypeBundleRelease"
nightly_documentation:
permissions:
contents: write # to push pages branch (peaceiris/actions-gh-pages)

runs-on: [self-hosted, Linux]
container:
image: lampepfl/dotty:2021-03-22
Expand Down Expand Up @@ -711,10 +705,6 @@ jobs:


open_issue_on_failure:
permissions:
contents: read # to fetch code (actions/checkout)
issues: write # to create new issues (jasonetco/create-an-issue)

runs-on: [self-hosted, Linux]
container:
image: lampepfl/dotty:2021-03-22
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- main # default branch of the project
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
dependency-graph:
name: Update Dependency Graph
Expand Down

0 comments on commit 12b26a7

Please sign in to comment.