Skip to content

Commit

Permalink
Merge pull request #18 from NixOS/fix-release
Browse files Browse the repository at this point in the history
Set `GH_TOKEN` to fix automated releases
  • Loading branch information
philiptaron committed Mar 21, 2024
2 parents adb1f8a + 2ff05a5 commit e9a34ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:

- name: release
run: scripts/release.sh
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit e9a34ee

Please sign in to comment.