Skip to content

Commit 4c774af

Browse files
authored
[skip ci] Refactor contexts (#117)
1 parent 1ba5873 commit 4c774af

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,17 @@ workflows:
6666
tags:
6767
only: /^v.*/
6868
context:
69-
- Gruntwork Admin
69+
- AWS__PHXDEVOPS__circle-ci-test
70+
- GITHUB__PAT__gruntwork-ci
7071
- test:
7172
requires:
7273
- pre-commit
7374
filters:
7475
tags:
7576
only: /^v.*/
7677
context:
77-
- Gruntwork Admin
78+
- AWS__PHXDEVOPS__circle-ci-test
79+
- GITHUB__PAT__gruntwork-ci
7880
- build-and-deploy:
7981
requires:
8082
- test
@@ -84,4 +86,5 @@ workflows:
8486
branches:
8587
ignore: /.*/
8688
context:
87-
- Gruntwork Admin
89+
- AWS__PHXDEVOPS__circle-ci-test
90+
- GITHUB__PAT__gruntwork-ci

0 commit comments

Comments
 (0)