diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 73c506b..e97e6c3 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -71,7 +71,7 @@ jobs: uses: ncipollo/release-action@v1 with: name: ${{ github.ref_name }} - token: ${{ secrets.workflow_token }} + token: ${{ secrets.GITHUB_TOKEN }} allowUpdates: true replacesArtifacts: true artifacts: "${{ matrix.sdk }}-${{ matrix.arch }}.tar.gz"