Skip to content

Commit 42601d0

Browse files
committed
feat: automatic update of workflows master
1 parent 24d797d commit 42601d0

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)