Skip to content

Commit 7df8986

Browse files
committed
fixed yaml token variable
1 parent 677eb8c commit 7df8986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: npm ci
1818

1919
- name: Run lint and test
20-
run: npm run lint&&export USER_TOKEN=${{ secrets.GO_RES_USER_TOKEN }}&&npm test
20+
run: npm run lint&&export GO_RES_USER_TOKEN=${{ secrets.GO_RES_USER_TOKEN }}&&npm test
2121

2222
- name: Create Report
2323
uses: phoenix-actions/test-reporting@v8

0 commit comments

Comments
 (0)