Skip to content

Commit 6bbe42d

Browse files
authored
Merge pull request #4062 from zm711/token
Use Github token to help with Windows Testing
2 parents efcc32a + 609361b commit 6bbe42d

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111

1212
env:
1313
KACHERY_API_KEY: ${{ secrets.KACHERY_API_KEY }}
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1415

1516
concurrency: # Cancel previous workflows on the same pull request
1617
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/full-test-with-codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
env:
99
KACHERY_API_KEY: ${{ secrets.KACHERY_API_KEY }}
10+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1011

1112
jobs:
1213
full-tests-with-codecov:

0 commit comments

Comments
 (0)