Skip to content

Commit 915cfa6

Browse files
authored
Merge pull request #92 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents bd4a247 + 4c8a1a1 commit 915cfa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish_role.yml renamed to .github/workflows/publish-role.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ name: Publish Ansible Role
77
workflow_dispatch:
88
jobs:
99
publish_role:
10-
uses: stackhpc/.github/.github/workflows/publish_role.yml@main
10+
uses: stackhpc/.github/.github/workflows/publish-role.yml@main
11+
secrets:
12+
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

0 commit comments

Comments
 (0)