Skip to content

Commit

Permalink
Merge branch 'main' into fix/dependency-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters authored Aug 13, 2024
2 parents 31ce84f + 69a424d commit 030e42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Get version for next release
if: ${{ github.event.inputs.version == '' }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 030e42d

Please sign in to comment.