Skip to content

Commit

Permalink
Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonGramer committed Aug 8, 2023
1 parent a3eed39 commit 5bac6b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
env:
TASK_TEMP_DIR: ~/.task
NODE_OPTIONS: --max-old-space-size=4096
SENTRY_ORG: "${{ secrets.SENTRY_ORG }}"
SENTRY_PROJECT: "${{ secrets.SENTRY_PROJECT }}"
SENTRY_AUTH_TOKEN: "${{ secrets.SENTRY_AUTH_TOKEN }}"
VITE_SENTRY_DSN: "${{ secrets.VITE_SENTRY_DSN }}"
VITE_P2P_SERVER: "${{ secrets.VITE_P2P_SERVER }}"

- uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 5bac6b8

Please sign in to comment.