Skip to content

Commit

Permalink
Merge pull request #16 from nipreps/maint/update-circle-secrets
Browse files Browse the repository at this point in the history
MAINT: Rotate CircleCI secrets and setup up org-level context
  • Loading branch information
oesteban authored Jan 5, 2023
2 parents 0daf944 + ce33518 commit f133a87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
test_package:
docker:
- image: cimg/python:3.8.5
auth:
username: $DOCKER_USER
password: $DOCKER_PAT
working_directory: /tmp/src/mriqc_learn
steps:
- checkout
Expand Down Expand Up @@ -70,13 +73,17 @@ workflows:
build_deploy:
jobs:
- test_package:
context:
- nipreps-common
filters:
branches:
ignore: /.*/
tags:
only: /.*/

- deploy_pypi:
context:
- nipreps-common
requires:
- test_package
filters:
Expand Down

0 comments on commit f133a87

Please sign in to comment.