Skip to content

Commit

Permalink
[¢i] Add import-role stage
Browse files Browse the repository at this point in the history
  • Loading branch information
papanito committed Jul 23, 2020
1 parent 06f4027 commit 22ccbeb
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
run: printf '[defaults]\nroles_path=../:./' >ansible.cfg
# - name: Run ansible syntax-check
# run: ansible-playbook tests/test.yml -i tests/inventory --syntax-check
- name: Webhook
uses: joelwmale/webhook-action@master
env:
WEBHOOK_URL: https://galaxy.ansible.com/api/v1/notifications/
data: ""
import-role:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: 0x022b/galaxy-role-import-action@v1
with:
galaxy_api_key: ${{ secrets.ansible_galaxy_apikey }}

0 comments on commit 22ccbeb

Please sign in to comment.