Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1767eae

Browse files
committed
CI: fix docs parity updates
CI: fix resource folder
1 parent 5dcdcb7 commit 1767eae

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/community"
9194

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

0 commit comments

Comments
 (0)