diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 59297ff..f16f6b5 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,6 +50,9 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + env: + SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} + SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }} # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - name: Generate artifact attestation diff --git a/astro.config.mjs b/astro.config.mjs index eb8e921..abc8013 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -29,7 +29,7 @@ export default defineConfig({ output: 'hybrid', adapter: providers[adapterProvider] || providers.node, integrations: [ - ...(process.env.SENTRY_DSN + ...(process.env.SENTRY_DSN || process.env.SENTRY_AUTH_TOKEN ? [ sentry({ enabled: {