From ae0715509176fff6febed50e71702d573c9b391e Mon Sep 17 00:00:00 2001 From: Sickenberg Romain Date: Tue, 9 Jul 2024 19:43:24 +0200 Subject: [PATCH] changed secret --- .github/workflows/astro.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: