Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Seems there is a bug with GITHUB_TOKEN ?
Browse files Browse the repository at this point in the history
  • Loading branch information
MadJlzz authored Oct 9, 2020
1 parent df69438 commit e6f486b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Upload build-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
args: "./dist/*.tar.gz"
args: "./dist/*.tar.gz"

0 comments on commit e6f486b

Please sign in to comment.