Skip to content

Commit e3b066c

Browse files
authored
Merge pull request #573 from prometheus/superq/org-context
Add org context to publishing pipelines
2 parents 67b6113 + c169f3f commit e3b066c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ workflows:
2929
tags:
3030
only: /.*/
3131
- prometheus/publish_master:
32+
context: org-context
3233
requires:
3334
- test
3435
- build
3536
filters:
3637
branches:
3738
only: master
3839
- prometheus/publish_release:
40+
context: org-context
3941
requires:
4042
- test
4143
- build

0 commit comments

Comments
 (0)