Skip to content

Commit

Permalink
chore: pull env vars from context
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck-snyk committed Nov 22, 2024
1 parent c7c1f14 commit 2b157ab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,25 @@ workflows:
- main
jobs:
- build-test-monitor:
context: SNYK
context:
- SNYK
- BACKSTAGE_SNYK_PLUGIN
build-test-monitor-publish:
jobs:
- build-test-monitor:
context: SNYK
context:
- SNYK
- BACKSTAGE_SNYK_PLUGIN
filters:
branches:
only:
- main
build-test:
jobs:
- build-test:
context: SNYK
context:
- SNYK
- BACKSTAGE_SNYK_PLUGIN
filters:
branches:
ignore:
Expand Down

0 comments on commit 2b157ab

Please sign in to comment.