Skip to content

Commit

Permalink
Add missing GH_TOKEN environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny authored Oct 24, 2024
2 parents d07a9a3 + f6af19a commit 7731d7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-new-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
workflow_dispatch:

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

defaults:
run:
shell: bash
Expand Down

0 comments on commit 7731d7c

Please sign in to comment.