Skip to content

Commit d2eec19

Browse files
committed
fix: set context
1 parent cd8115d commit d2eec19

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ workflows:
5858
version: 2
5959
"@heroku-cli/typescript-api-schema":
6060
jobs:
61-
- update
61+
- update:
62+
context: org-global
6263
- release:
6364
context: org-global
6465
filters:
@@ -74,4 +75,5 @@ workflows:
7475
only:
7576
- master
7677
jobs:
77-
- update
78+
- update:
79+
context: org-global

0 commit comments

Comments
 (0)