Skip to content

Commit a45e0da

Browse files
authored
Merge pull request #103 from templateflow/maint/update-circle-secrets
MAINT: Rotate CircleCI secrets and setup up org-level context
2 parents 28e8c9c + 52af360 commit a45e0da

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.circleci/config.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ jobs:
33
tests:
44
docker:
55
- image: circleci/python:3.7.6
6+
auth:
7+
username: $DOCKER_USER
8+
password: $DOCKER_PAT
69
working_directory: /tmp/tests
710
environment:
811
- OSF_MIRROR_PATH: /tmp/data/templateflow
@@ -201,13 +204,17 @@ workflows:
201204
build_test_deploy:
202205
jobs:
203206
- tests:
207+
context:
208+
- nipreps-common
204209
filters:
205210
branches:
206211
ignore:
207212
- /docs?\/.*/
208213
tags:
209214
only: /.*/
210215
- deploy_pypi:
216+
context:
217+
- nipreps-common
211218
requires:
212219
- build_docs
213220
filters:
@@ -233,4 +240,6 @@ workflows:
233240
only:
234241
- master
235242
jobs:
236-
- tests
243+
- tests:
244+
context:
245+
- nipreps-common

0 commit comments

Comments
 (0)