We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3f718 commit 6646e5bCopy full SHA for 6646e5b
.github/workflows/test.yml
@@ -22,8 +22,8 @@ jobs:
22
run: npm install
23
- name: Add Rollbar
24
env:
25
- ROLLBAR_TOKEN: ${{ secrets.ROLLBAR_TOKEN }}
26
- run: echo export default '$ROLLBAR_TOKEN'; > ./src/renderer/lib/rollbarAccessToken.ts
+ ROLLBAR_TOKEN: ${{ secrets.rollbar_token }}
+ run: echo export default "'$ROLLBAR_TOKEN'"; > ./src/renderer/lib/rollbarAccessToken.ts
27
- name: Build and Test
28
run: npm run build && npm test
29
- name: Lint
0 commit comments