diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ce739220fa8..89a2c5ec5f74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: fetch-depth: 0 - name: Craft Prepare run: npx @sentry/craft prepare --no-input "${{ env.RELEASE_VERSION }}" + env: + GITHUB_API_TOKEN: $${ github.token } - name: Request publish if: success() uses: actions/github-script@v3