Skip to content

Commit

Permalink
fix: release permissions (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler authored Sep 2, 2024
1 parent ca767f9 commit 9da322f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}

- name: Create draft release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 9da322f

Please sign in to comment.