We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efcc32a + 609361b commit 6bbe42dCopy full SHA for 6bbe42d
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