Skip to content

Commit

Permalink
add TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoseangel committed Dec 8, 2021
1 parent a5c1ad7 commit e953faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ steps.currenttag.outputs.tag }}
release_name: Release ${{ steps.currenttag.outputs.tag }}
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/powerline-k8sstatus-${{ steps.currenttag.outputs.tag }}.tar.gz
Expand Down

0 comments on commit e953faa

Please sign in to comment.