Skip to content

Commit

Permalink
Update permissions for provenance release
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Jul 13, 2023
1 parent cd32e23 commit 5829729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ jobs:
needs: [build, formatting, test, test-js]
if: "github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/')"
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,5 +447,3 @@ Flips the sign of a lookaround (lookahead, lookbehind) construct.
| `(?<!abc)` | `(?<=abc)` |

[Back to table 🔝](#supported-mutators)

_Copyright 2021 Stryker mutator team_
2 changes: 0 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,3 @@ Flips the sign of a lookaround (lookahead, lookbehind) construct.
| `(?<!abc)` | `(?<=abc)` |

[Back to table 🔝](#supported-mutators)

_Copyright 2021 Stryker mutator team_

0 comments on commit 5829729

Please sign in to comment.