Skip to content

Commit

Permalink
ci: use environment variables from context (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Jan 9, 2023
1 parent e92b390 commit 7b4ed0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -91,6 +91,7 @@ workflows:
jobs:
- test
- shipjs_trigger:
context: fx-libraries
requires:
- test
filters:
Expand All @@ -100,6 +101,7 @@ workflows:
gh_pages:
jobs:
- gh_pages:
context: fx-libraries
filters:
branches:
only:
Expand All @@ -113,4 +115,5 @@ workflows:
only:
- main
jobs:
- prepare_release
- prepare_release:
context: fx-libraries

0 comments on commit 7b4ed0c

Please sign in to comment.