Skip to content

Commit 1459ba8

Browse files
tech: remove unused Circle CI Token to fetch flaky tests
1 parent 549da61 commit 1459ba8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/flaty-test-message.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Fetch flaky tests from CircleCI Insights
13-
env:
14-
CIRCLECI_TOKEN: ${{ secrets.CIRCLECI_TOKEN }}
1513
run: |
1614
curl -sS --fail \
17-
-H "Circle-Token: $CIRCLECI_TOKEN" \
1815
"https://circleci.com/api/v2/insights/github/1024pix/pix/flaky-tests" \
1916
-o flaky.json
2017
echo "Flaky tests count: $(jq '.flaky_tests | length' flaky.json)"

0 commit comments

Comments
 (0)