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 6646e5b commit 3ce7d25Copy full SHA for 3ce7d25
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Add Rollbar
24
env:
25
ROLLBAR_TOKEN: ${{ secrets.rollbar_token }}
26
- run: echo export default "'$ROLLBAR_TOKEN'"; > ./src/renderer/lib/rollbarAccessToken.ts
+ 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