Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
use reusable workflow for role publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Jul 11, 2023
1 parent abf2506 commit d6dc517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish collection to Ansible Galaxy
name: Publish role to Ansible Galaxy

on:
release:
Expand All @@ -7,6 +7,6 @@ on:

jobs:
deploy:
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-publish.yml@main
uses: telekom-mms/.github/.github/workflows/ansible-galaxy-role-publish.yml@main
secrets:
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

0 comments on commit d6dc517

Please sign in to comment.