Skip to content

Commit

Permalink
main: fix contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Doyle committed Dec 15, 2023
1 parent 92dd086 commit b146966
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ workflows:

- general/github-release:
name: Create GitHub release from tag
context: github
context:
- github
- orb-publishing
requires:
- request-approval
filters:
Expand All @@ -60,6 +62,8 @@ workflows:
name: pypi gitlabci-lint upload [pypi]
context: pypi
repository: pypi
username: $PYPI_USERNAME
password: $API_TOKEN
requires:
- request-approval
filters:
Expand Down

0 comments on commit b146966

Please sign in to comment.