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 90f13ba commit 14a4193Copy full SHA for 14a4193
.github/workflows/test.yml
@@ -21,9 +21,7 @@ jobs:
21
- name: Install Packages
22
run: npm install
23
- name: Add Rollbar
24
- env:
25
- ROLLBAR_TOKEN: 'testing-rollbar-token'
26
- run: echo export default "'$ROLLBAR_TOKEN';" > ./src/renderer/lib/rollbarAccessToken.ts
+ run: echo export default "'${{ secrets.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