Skip to content

Commit

Permalink
Ansible Galaxy namespace for eclipse-bluechi
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Jan 15, 2024
1 parent 51c3a04 commit af41850
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions otterdog/eclipse-bluechi.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ orgs.newOrg('eclipse-bluechi') {
actions_can_approve_pull_request_reviews: false,
},
},
secrets+: [
orgs.newOrgSecret('ANSIBLE_GALAXY_API_TOKEN') {
value: "pass:bots/automotive.bluechi/galaxy.ansible.com/api-token",
},
],
_repositories+:: [
orgs.newRepo('bluechi') {
allow_update_branch: false,
Expand Down

0 comments on commit af41850

Please sign in to comment.