Skip to content

Commit

Permalink
chore: authenticate creating releases in prepare-release
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Sep 9, 2024
1 parent b0583f9 commit 256805c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:

prepare_release:
runs-on: ubuntu-latest
permissions:
contents: write

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 256805c

Please sign in to comment.