Skip to content

Commit b9c7f23

Browse files
Merge pull request #73 from codecov/spalmurray/sentry
fix: Update ci.yml to properly pull in Repository variable
2 parents 776eb3a + 33ad934 commit b9c7f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build extension
1515
run: npm run build
1616
env:
17-
SENTRY_DSN: ${{ env.SENTRY_DSN }}
17+
SENTRY_DSN: ${{ vars.SENTRY_DSN }}
1818
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
1919
- run: |
2020
jq --arg version "$VERSION" '.version=$version' dist/manifest.json > manifest.tmp.json \

0 commit comments

Comments
 (0)