Skip to content

Commit

Permalink
update pipeline to single release (#108)
Browse files Browse the repository at this point in the history
* update pipeline

* update galaxy
  • Loading branch information
sean-m-sullivan authored Jun 25, 2023
1 parent aca9c9c commit 3bc7321
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ on:

jobs:
release:
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/release_pipeline.yml@main"
uses: "redhat-cop/ansible_collections_tooling/.github/workflows/release_pipeline_single.yml@main"
with:
collection_namespace: infra
collection_namespace_2: redhat_cop
collection_name: ee_utilities
collection_version: ${{ github.ref_name }}
collection_repo: https://github.com/redhat-cop/ee_utilities/
quay_username: redhat_cop
secrets:
galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_APIKEY }}
infra_api_key: ${{ secrets.GALAXY_INFRA_KEY }}
galaxy_api_key: ${{ secrets.GALAXY_INFRA_KEY }}
token: ${{ secrets.GITHUB_TOKEN }}
quay_token: ${{ secrets.QUAY_TOKEN }}
...

0 comments on commit 3bc7321

Please sign in to comment.