Skip to content

Commit

Permalink
Fix GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienShui committed May 1, 2020
1 parent 0c35470 commit 8ace428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
args: pasteme.tar.gz application/octet-stream
env:
GITHUB_PASSWORD: ${{ secrets.GITHUB_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_PASSWORD }}

- name: publish docker
uses: LucienShui/Publish-Docker-Github-Action@2.7.1
Expand Down

0 comments on commit 8ace428

Please sign in to comment.