Skip to content

Commit

Permalink
ci: fix permissions for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Feb 16, 2025
1 parent 4c85653 commit 741e585
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down

0 comments on commit 741e585

Please sign in to comment.