Skip to content

Commit 51437d7

Browse files
authored
fix(ci): github-token for ratelimiting. (#14894)
1 parent 9554e7b commit 51437d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1790,7 +1790,9 @@ workflows:
17901790
- equal:
17911791
[true, <<pipeline.parameters.publish_contract_artifacts_dispatch>>]
17921792
jobs:
1793-
- publish-contract-artifacts
1793+
- publish-contract-artifacts:
1794+
context:
1795+
- circleci-repo-readonly-authenticated-github-token
17941796

17951797
develop-fault-proofs:
17961798
when:

0 commit comments

Comments
 (0)