Skip to content

Commit

Permalink
ci: expose github token
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Braun <[email protected]>
  • Loading branch information
bluebrown committed Jul 26, 2023
1 parent 57f6b29 commit 5f9ef24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
- name: Create a github release
run: make github-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PRE_RELEASE: ${{ github.event.inputs.preRelease == 'true' && '1' || '0' }}

0 comments on commit 5f9ef24

Please sign in to comment.