Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Ansible Role Percona XtraDB Cluster | |
'on': | |
release: | |
types: ['created'] | |
jobs: | |
release: | |
name: Galaxy Role Importer | |
runs-on: ubuntu-latest | |
steps: | |
- | |
name: Check out the codebase | |
uses: actions/checkout@v4 | |
- | |
name: Release on galaxy | |
uses: ansible-actions/[email protected] | |
with: | |
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} |