Skip to content

Commit 9c8d63f

Browse files
authored
Update galaxy.yml (#124)
1 parent cbd0a2c commit 9c8d63f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/galaxy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
---
21
name: Publish collection to Ansible Galaxy
32

43
on:
54
release:
65
types:
6+
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
77
- released
88

99
jobs:
1010
deploy:
11+
# docs: https://github.com/telekom-mms/.github#publish-collection-to-ansible-galaxy
1112
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
1213
secrets:
1314
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
15+
GH_APP_CREDENTIALS_TOKEN: ${{ secrets.GH_APP_CREDENTIALS_TOKEN }}

0 commit comments

Comments
 (0)