Skip to content

Commit f427b42

Browse files
committed
feat(#589): grant access to github action to access sentry secrets
1 parent f3a60a1 commit f427b42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cypress.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030
env:
3131
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
34+
SENTRY_URL: ${{ secrets.SENTRY_URL }}
35+
SENTRY_ENVIRONMENT: ${{ secrets.SENTRY_ENVIRONMENT }}

0 commit comments

Comments
 (0)