Skip to content

Commit bd96ecf

Browse files
committed
ci: add PAT to repo secrets
1 parent 008d839 commit bd96ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
timeout_minutes: 20
4444
max_attempts: 2
4545
retry_on: error
46-
command: npm run test:file ${{ matrix.files }}
46+
command: github_pat=${{ secrets.VICT0RSCH_GITHUB_PAT }} npm run test:file ${{ matrix.files }}
4747

4848
test-storage:
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)