Skip to content

Commit 929997a

Browse files
Update GITHUB_TOKEN variable
1 parent e4ead6f commit 929997a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Upload release asset
2222
uses: actions/upload-release-asset@v1
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
with:
2626
upload_url: ${{ github.event.release.upload_url }}
2727
asset_path: ${{ steps.deploy.outputs.zip-path }}
2828
asset_name: ${{ github.event.repository.name }}.zip
29-
asset_content_type: application/zip
29+
asset_content_type: application/zip

0 commit comments

Comments
 (0)