Skip to content

Commit

Permalink
Merge pull request #73 from telekom-mms/rndmh3ro-patch-1
Browse files Browse the repository at this point in the history
Update galaxy.yml
  • Loading branch information
rndmh3ro authored Mar 21, 2024
2 parents 0bf8f43 + 5998ca2 commit ce0bf65
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 ce0bf65

Please sign in to comment.