Skip to content

Commit

Permalink
Fix workflow env var issue
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmurray-codecov committed May 21, 2024
1 parent d199e06 commit 33ad934
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build extension
run: npm run build
env:
SENTRY_DSN: ${{ env.SENTRY_DSN }}
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- run: |
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 33ad934

Please sign in to comment.