Skip to content

Commit 894e13b

Browse files
committed
CI: fix docs parity updates
1 parent 5dcdcb7 commit 894e13b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docs-parity-updates.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,13 @@ jobs:
8484

8585
- name: Download metrics data from latest Community test run (CircleCI)
8686
working-directory: docs
87+
run: /tmp/get_latest_github_metrics.sh ./target master
8788
env:
88-
CIRCLE_CI_TOKEN: ${{ secrets.CIRCLE_CI_TOKEN }}
89-
run: /tmp/get_latest_circleci_metrics.sh ./target
90-
89+
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
90+
REPOSITORY_NAME: localstack
91+
ARTIFACT_ID: capture-notimplemented
92+
WORKFLOW: "AWS / Build, Test, Push"
93+
RESOURCE_FOLDER: "metrics-implementation-details"
9194

9295
- name: Create Parity Coverage Docs
9396
working-directory: docs

0 commit comments

Comments
 (0)