diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1350566..261504b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHCR_PAT }} with: tag_name: v1.0.0 files: artifact/*.tar.gz