Skip to content

Commit

Permalink
Restore GITHUB_TOKEN env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 9, 2024
1 parent 83b580b commit eb82f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ jobs:
# Create the GitHub release
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
shell: bash
run: |
gh release create \
Expand Down

0 comments on commit eb82f53

Please sign in to comment.