Skip to content

Merge pull request #1 from adf-patrickha/playbooks #3

Merge pull request #1 from adf-patrickha/playbooks

Merge pull request #1 from adf-patrickha/playbooks #3

Workflow file for this run

---
name: Build and Deploy Collection
on:
push:
jobs:
deploy:
runs-on: "Ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- name: Deploy Ansible Galaxy Collection
uses: artis3n/[email protected]
with:
api_key: '${{ secrets.GALAXY_API_KEY }}'