Skip to content

Commit

Permalink
Merge pull request #235 from LucienShui/fix/fix_upload_to_release
Browse files Browse the repository at this point in the history
Fix GITHUB_TOKEN in upload-to-release
  • Loading branch information
LucienShui authored May 1, 2020
2 parents 0c35470 + 8ace428 commit f137545
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 f137545

Please sign in to comment.