From e36f71785b83221077c95658142c6ef901891a4b Mon Sep 17 00:00:00 2001 From: Stefano Charissis Date: Fri, 14 Mar 2025 09:57:51 +1100 Subject: [PATCH] fix(ci): github ratelimits. --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 963619c305a5c..37d0fe6712a12 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1802,6 +1802,7 @@ workflows: context: - slack - oplabs-fpp-nodes + - circleci-repo-readonly-authenticated-github-token develop-publish-contract-artifacts: when: @@ -1821,14 +1822,18 @@ workflows: - not: equal: [scheduled_pipeline, << pipeline.trigger_source >>] jobs: - - cannon-prestate + - cannon-prestate: + context: + - circleci-repo-readonly-authenticated-github-token - cannon-stf-verify: context: - slack + - circleci-repo-readonly-authenticated-github-token - contracts-bedrock-build: build_args: --deny-warnings --skip test context: - slack + - circleci-repo-readonly-authenticated-github-token - go-tests: name: op-e2e-cannon-tests notify: true @@ -1871,6 +1876,7 @@ workflows: context: - slack - runtimeverification + - circleci-repo-readonly-authenticated-github-token scheduled-cannon-full-tests: when: