diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index 4783c59..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: publish -on: - push: - branches: - - main - -jobs: - publish: - name: Publish to galaxy - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Publish - uses: ednxzu/galaxy-import-role@v2 - with: - galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }} - repository-owner: ednz-cloud - repository-name: deploy_keepalived