Skip to content

Commit 67e1cf3

Browse files
committed
add github token for #3371
1 parent 68c8d00 commit 67e1cf3

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)