diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b82b8554..42cbfe70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,8 @@ jobs: - name: Upload binaries to GH Release uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secrets.CAPA_TOKEN }} + repo_token: ${{ secrets.GITHUB_TOKEN }} file: dist/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} - tag: ${{ github.ref }} \ No newline at end of file + tag: ${{ github.ref }} +