Skip to content

Commit d264a73

Browse files
authored
chore: add org_npm_creds context to verify-release-readiness and npm-release (#32879)
1 parent 65472da commit d264a73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/src/pipeline/workflows/@main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ linux-x64:
309309
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
310310
- 'update-v8-snapshot-cache-on-develop'
311311
- 'feat/cy-prompt'
312-
context: test-runner:npm-release
312+
context: [test-runner:npm-release, org-npm-credentials]
313313
requires:
314314
- ready-to-release
315315

.circleci/src/pipeline/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- external-pr-build
6464
- approve-contributor-pr
6565
- verify-release-readiness:
66-
context: test-runner:npm-release
66+
context: [test-runner:npm-release, org-npm-credentials]
6767
requires:
6868
- internal-pr-build
6969
- external-pr-build

0 commit comments

Comments
 (0)