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

Commit 14a4193

Browse files
fix: use secret instead
1 parent 90f13ba commit 14a4193

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
- name: Install Packages
2222
run: npm install
2323
- name: Add Rollbar
24-
env:
25-
ROLLBAR_TOKEN: 'testing-rollbar-token'
26-
run: echo export default "'$ROLLBAR_TOKEN';" > ./src/renderer/lib/rollbarAccessToken.ts
24+
run: echo export default "'${{ secrets.rollbar_token }}'" > ./src/renderer/lib/rollbarAccessToken.ts
2725
- name: Build and Test
2826
run: npm run build && npm test
2927
- name: Lint

0 commit comments

Comments
 (0)