Skip to content

Commit

Permalink
fix(#637): its on vars not secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Feb 16, 2024
1 parent 2df7edd commit 26beab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_ENVIRONMENT: production
SENTRY_ENVIRONMENT: ${{ vars.SENTRY_ENVIRONMENT }}
run: yarn build

- name: Deploy
Expand Down

0 comments on commit 26beab7

Please sign in to comment.