github actions

This commit is contained in:
Jarred Sumner
2024-10-25 23:50:12 -07:00
parent 7053212566
commit d0b3802a79
2 changed files with 3 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ jobs:
id: generate-comment-text
env:
GITHUB_ISSUE_BODY: ${{ github.event.issue.body }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_EVENTS_SECRET }}
shell: bash
run: |
bun scripts/associate-issue-with-sentry.ts

View File

@@ -47,3 +47,5 @@ console.log(`Sentry permalink: ${permalink}`);
await Bun.write("sentry-id.txt", shortId);
await Bun.write("sentry-link.txt", permalink);
export {};