Skip to content

Add push test - one more time #1

Add push test - one more time

Add push test - one more time #1

name: Release to Ansible Galaxy
on:
workflow_dispatch: # Triggered manually
push:
branches:
- 80-create-github-actions-workflow-for-releasing-to-ansible-galaxy
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Import role to Ansible Galaxy
run: ansible-galaxy role import marcinpraczko ansible-goss-install --role-name goss-install --token $ANSIBLE_GALAXY_TOKEN
env:
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}