We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8b8f8 commit 2b64f3bCopy full SHA for 2b64f3b
.github/workflows/schedule-test-stats.yaml
@@ -8,7 +8,8 @@ on:
8
jobs:
9
run-script:
10
runs-on: ubuntu-latest
11
-
+ env:
12
+ CIRCLE_TOKEN: ${{ secrets.CIRCLE_TOKEN }}
13
steps:
14
- name: Checkout Repository
15
uses: actions/checkout@v2
0 commit comments