Skip to content

Commit

Permalink
⚡️ IMPROVE: update image workflows plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
asapdotid committed Oct 20, 2023
1 parent 6d7f87c commit 93019c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
tags:
- "*"
branches:
- main

jobs:
publish:
Expand All @@ -18,6 +16,6 @@ jobs:
uses: actions/checkout@v2

- name: Release Ansible Role to Galaxy
uses: hspaans/ansible-galaxy-action@v1
uses: robertdebock/galaxy-action@1.2.1
with:
api_key: ${{ secrets.GALAXY_API_KEY }}
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}

0 comments on commit 93019c4

Please sign in to comment.