Skip to content

Commit

Permalink
Added GitHub token to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Moondarker committed Apr 24, 2024
1 parent 687a0b6 commit 47995f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-font.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ jobs:
run: python main.py
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: OpenDotMatrix.ttf
files: OpenDotMatrix.ttf
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 comments on commit 47995f2

Please sign in to comment.