Skip to content

Merge pull request #516 from prometheus-community/autoupdate/alertman… #52

Merge pull request #516 from prometheus-community/autoupdate/alertman…

Merge pull request #516 from prometheus-community/autoupdate/alertman… #52

Workflow file for this run

---
name: Ansible collection publish
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build the collection"
id: build-collection
uses: ansible-community/github-action-build-collection@main
- name: "Upload built collection to release"
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.build-collection.outputs.artifact-filename }}
file_glob: true
tag: ${{ github.ref }}
overwrite: true
- name: "Publish collection on galaxy"
uses: ansible/[email protected]
with:
api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}