diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index 29c75d8..e6268c0 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -20,6 +20,8 @@ jobs: steps: - name: Checkout your repository using git uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Install, build, and upload your site output uses: withastro/action@v2 with: @@ -29,7 +31,7 @@ jobs: - name: Create Sentry release uses: getsentry/action-release@v1 env: - SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_RELEASE_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} with: