Browse Source

Replace token name.

tags/v4.1.0-rc1
Luigi Cruz 3 years ago
committed by GitHub
parent
commit
80fca2d92c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/release.yml

+ 2
- 2
.github/workflows/release.yml View File

@@ -38,12 +38,12 @@ jobs:
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.LONG_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ env.working-directory }}/deploy/${{ steps.builder.outputs.filename }}
asset_name: ${{ steps.builder.outputs.filename }}
asset_content_type: application/x-tar
asset_content_type: application/x-tar
- name: Delete Image
id: delete_image
run: |


Loading…
Cancel
Save