mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
github actions
This commit is contained in:
2
.github/workflows/labeled.yml
vendored
2
.github/workflows/labeled.yml
vendored
@@ -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
|
||||
|
||||
@@ -47,3 +47,5 @@ console.log(`Sentry permalink: ${permalink}`);
|
||||
|
||||
await Bun.write("sentry-id.txt", shortId);
|
||||
await Bun.write("sentry-link.txt", permalink);
|
||||
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user