diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e36c6cc..7f87318 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,4 +37,4 @@ jobs: files: dist/* tag_name: ${{ steps.tag.outputs.tag }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }} \ No newline at end of file