Skip to content

Commit

Permalink
Update galaxy.yml (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
rndmh3ro authored Mar 21, 2024
1 parent cbd0a2c commit 9c8d63f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
name: Publish collection to Ansible Galaxy

on:
release:
types:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
- released

jobs:
deploy:
# docs: https://github.com/telekom-mms/.github#publish-collection-to-ansible-galaxy
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
secrets:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_APP_CREDENTIALS_TOKEN }}

0 comments on commit 9c8d63f

Please sign in to comment.