Skip to content

Commit

Permalink
fixed yaml token variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed May 13, 2024
1 parent 677eb8c commit 7df8986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm ci

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

- name: Create Report
uses: phoenix-actions/test-reporting@v8
Expand Down

0 comments on commit 7df8986

Please sign in to comment.