Skip to content

Commit

Permalink
chore: fix token perms
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 22, 2024
1 parent c3452d0 commit 5dc2542
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
with:
files: |
miako.love
Expand Down

0 comments on commit 5dc2542

Please sign in to comment.