Skip to content

Commit 80fca2d

Browse files
authored
Replace token name.
1 parent 471c7f4 commit 80fca2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
id: upload-release-asset
3939
uses: actions/upload-release-asset@v1
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.LONG_TOKEN }}
4242
with:
4343
upload_url: ${{ github.event.release.upload_url }}
4444
asset_path: ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}
4545
asset_name: ${{ steps.builder.outputs.filename }}
46-
asset_content_type: application/x-tar
46+
asset_content_type: application/x-tar
4747
- name: Delete Image
4848
id: delete_image
4949
run: |

0 commit comments

Comments
 (0)