Skip to content

Commit

Permalink
chore: add SENTRY_AUTH_TOKEN to PR workflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ho3einWave committed Dec 8, 2024
1 parent cc8fa49 commit a8b64dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
runs-on: ubuntu-latest

name: Run build on pr
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: '20.x'
- name: Install pnpm
run: npm install -g pnpm
- run: pnpm install
Expand Down

0 comments on commit a8b64dc

Please sign in to comment.