Skip to content

Commit

Permalink
Merge branch 'main' into renovate/actions-core-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Balvajs authored Sep 16, 2023
2 parents 9079a29 + ecc0ab8 commit 456fdc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
permissions:
contents: write # to be able to delete branches
pull-requests: read # to be able to confirm that branches don't have associated PRs
contents: read # to be able to checkout
pull-requests: write # to be able to remove stale reviews
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 456fdc5

Please sign in to comment.