Skip to content

Commit

Permalink
changed secret
Browse files Browse the repository at this point in the history
  • Loading branch information
RSickenberg committed Jul 9, 2024
1 parent 73a2551 commit ae07155
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit ae07155

Please sign in to comment.