Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 6646e5b

Browse filesBrowse files
fix: add quotes back and lowercase env
1 parent 5f3f718 commit 6646e5b
Copy full SHA for 6646e5b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yml

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.