We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c8d00 commit 67e1cf3Copy full SHA for 67e1cf3
2 files changed
.github/workflows/all-tests.yml
@@ -11,6 +11,7 @@ on:
11
12
env:
13
KACHERY_API_KEY: ${{ secrets.KACHERY_API_KEY }}
14
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
16
concurrency: # Cancel previous workflows on the same pull request
17
group: ${{ github.workflow }}-${{ github.ref }}
.github/workflows/full-test-with-codecov.yml
@@ -7,6 +7,7 @@ on:
7
8
9
10
jobs:
full-tests-with-codecov:
0 commit comments