Skip to content

Commit

Permalink
Add import to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Sep 9, 2024
1 parent 66e7f58 commit f3abff2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,13 @@ jobs:
- name: ansible-lint
uses: ansible/[email protected]

import:
name: import
runs-on: ubuntu-latest
steps:
- name: Trigger a new import on Galaxy.
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}


0 comments on commit f3abff2

Please sign in to comment.