We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd0a2c commit 9c8d63fCopy full SHA for 9c8d63f
.github/workflows/galaxy.yml
@@ -1,13 +1,15 @@
1
----
2
name: Publish collection to Ansible Galaxy
3
4
on:
5
release:
6
types:
+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
7
- released
8
9
jobs:
10
deploy:
11
+ # docs: https://github.com/telekom-mms/.github#publish-collection-to-ansible-galaxy
12
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
13
secrets:
14
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
15
+ GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_APP_CREDENTIALS_TOKEN }}
0 commit comments