Skip to content

Bump ansible/ansible-content-actions/.github/workflows/build_import.yaml from 05894f1a7922836072b5a12e80f9c2ed5f489567 to 2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea#126

Closed
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/github_actions/ansible/ansible-content-actions/dot-github/workflows/build_import.yaml-2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea
Closed

Bump ansible/ansible-content-actions/.github/workflows/build_import.yaml from 05894f1a7922836072b5a12e80f9c2ed5f489567 to 2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea#126
dependabot[bot] wants to merge 1 commit into
develfrom
dependabot/github_actions/ansible/ansible-content-actions/dot-github/workflows/build_import.yaml-2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps ansible/ansible-content-actions/.github/workflows/build_import.yaml from 05894f1a7922836072b5a12e80f9c2ed5f489567 to 2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea.

Changelog

Sourced from ansible/ansible-content-actions/.github/workflows/build_import.yaml's changelog.

Using the release workflow

This GitHub action releases the collection in Ansible Automation Hub and Ansible Galaxy, it is dependent on the environment release which must contain the following secrets.

AH_TOKEN: The Automation Hub token required for to interact with Ansible Automation Hub. ANSIBLE_GALAXY_API_KEY: A Galaxy token required to interact with Ansible Galaxy.

Note - ansible-content-actions/release.yaml uses release_ah.yaml and release_galaxy.yaml internally.

Filename: release.yaml

---
name: "Release collection"
on:
  release:
    types: [published]

jobs: release: uses: ansible/ansible-content-actions/.github/workflows/release.yaml@main with: environment: release secrets: ah_token: ${{ secrets.AH_TOKEN }} ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}

The workflow run results in -

Alt text

The release works in two parts, Automation hub release and then Ansible Galaxy release. If the Automation hub release fails, the Galaxy job is skipped.

Example showing how only Automation hub release can be made, only ah_token would be required in those cases.

Release on AH only, workflow

Filename: release_ah.yaml

---
name: "Release collection on AH"
on:
  release:
    types: [published]

jobs: release_automation_hub: uses: ansible/ansible-content-actions/.github/workflows/release_ah.yaml@main </tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 5, 2026 21:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/ansible/ansible-content-actions/dot-github/workflows/build_import.yaml-2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea branch from 39a8f93 to 1355cb7 Compare June 8, 2026 19:56
Bumps [ansible/ansible-content-actions/.github/workflows/build_import.yaml](https://github.com/ansible/ansible-content-actions) from 05894f1a7922836072b5a12e80f9c2ed5f489567 to 2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea.
- [Release notes](https://github.com/ansible/ansible-content-actions/releases)
- [Changelog](https://github.com/ansible/ansible-content-actions/blob/main/docs/release.md)
- [Commits](ansible/ansible-content-actions@05894f1...2f18fdf)

---
updated-dependencies:
- dependency-name: ansible/ansible-content-actions/.github/workflows/build_import.yaml
  dependency-version: 2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/ansible/ansible-content-actions/dot-github/workflows/build_import.yaml-2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea branch from 1355cb7 to 5048f63 Compare June 17, 2026 16:29
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #136.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/ansible/ansible-content-actions/dot-github/workflows/build_import.yaml-2f18fdf5765dfdcd31781acb9c9b3206bc3f34ea branch June 19, 2026 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants