Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 6646e5b

Browse files
fix: add quotes back and lowercase env
1 parent 5f3f718 commit 6646e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
run: npm install
2323
- name: Add Rollbar
2424
env:
25-
ROLLBAR_TOKEN: ${{ secrets.ROLLBAR_TOKEN }}
26-
run: echo export default '$ROLLBAR_TOKEN'; > ./src/renderer/lib/rollbarAccessToken.ts
25+
ROLLBAR_TOKEN: ${{ secrets.rollbar_token }}
26+
run: echo export default "'$ROLLBAR_TOKEN'"; > ./src/renderer/lib/rollbarAccessToken.ts
2727
- name: Build and Test
2828
run: npm run build && npm test
2929
- name: Lint

0 commit comments

Comments
 (0)