We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b2ee commit a7c196aCopy full SHA for a7c196a
.github/workflows/release.yml
@@ -35,4 +35,4 @@ jobs:
35
- name: Publish the collection
36
run: |
37
shopt -s extglob
38
- ansible-galaxy collection publish ./${{env.NAMESPACE}}-${{env.COLLECTION_NAME}}-${GITHUB_REF/refs\/tags\/?(v)/}.tar.gz
+ ansible-galaxy collection publish --token "${{env.ANSIBLE_GALAXY_TOKEN}}" ./${{env.NAMESPACE}}-${{env.COLLECTION_NAME}}-${GITHUB_REF/refs\/tags\/?(v)/}.tar.gz
0 commit comments