Skip to content

Commit

Permalink
Merge pull request #73 from codecov/spalmurray/sentry
Browse files Browse the repository at this point in the history
fix: Update ci.yml to properly pull in Repository variable
  • Loading branch information
spalmurray-codecov authored May 21, 2024
2 parents 776eb3a + 33ad934 commit b9c7f23
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b9c7f23

Please sign in to comment.