Skip to content

Commit

Permalink
chore: adjusted GitHub pipeline permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters committed Aug 13, 2024
1 parent 4c872bf commit e8fa724
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 e8fa724

Please sign in to comment.