From 47995f22e1732aaa81f2cb4b3a1ed33487ed8d32 Mon Sep 17 00:00:00 2001 From: Vaker Date: Wed, 24 Apr 2024 23:11:02 +0300 Subject: [PATCH] Added GitHub token to Actions --- .github/workflows/release-font.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-font.yml b/.github/workflows/release-font.yml index dd6962f..e6286b3 100644 --- a/.github/workflows/release-font.yml +++ b/.github/workflows/release-font.yml @@ -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 \ No newline at end of file + files: OpenDotMatrix.ttf + token: ${{ secrets.CUSTOM_GITHUB_TOKEN }} \ No newline at end of file