Skip to content

Commit

Permalink
🐛 Add SENTRY_AUTH_TOKEN requirement to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 21, 2024
1 parent 352c026 commit 96965f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: true
VERCEL_TOKEN:
required: true
SENTRY_AUTH_TOKEN:
required: true

jobs:
default-example:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: true
VERCEL_TOKEN:
required: true
SENTRY_AUTH_TOKEN:
required: true

jobs:
default-example:
Expand Down

0 comments on commit 96965f2

Please sign in to comment.