Skip to content

Commit

Permalink
fix(#637): Grant yarn access to environment secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade committed Feb 16, 2024
1 parent f427b42 commit d1a84d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: yarn install

- name: Build website
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
SENTRY_ENVIRONMENT: ${{ secrets.SENTRY_ENVIRONMENT }}
run: yarn build

- name: Deploy
Expand Down

0 comments on commit d1a84d6

Please sign in to comment.