Skip to content

Commit 2b64f3b

Browse files
committed
chore: fixed schedule-test-stats.yaml
- slack notification not working
1 parent ae8b8f8 commit 2b64f3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/schedule-test-stats.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
jobs:
99
run-script:
1010
runs-on: ubuntu-latest
11-
11+
env:
12+
CIRCLE_TOKEN: ${{ secrets.CIRCLE_TOKEN }}
1213
steps:
1314
- name: Checkout Repository
1415
uses: actions/checkout@v2

0 commit comments

Comments
 (0)