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.
2 parents bd4a247 + 4c8a1a1 commit 915cfa6Copy full SHA for 915cfa6
.github/workflows/publish_role.yml renamed to .github/workflows/publish-role.yml
@@ -7,4 +7,6 @@ name: Publish Ansible Role
7
workflow_dispatch:
8
jobs:
9
publish_role:
10
- uses: stackhpc/.github/.github/workflows/publish_role.yml@main
+ uses: stackhpc/.github/.github/workflows/publish-role.yml@main
11
+ secrets:
12
+ GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}
0 commit comments