From 5b2dff1dac8b5724601a84cc82044c266d4d06ec Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Mon, 11 Mar 2024 20:12:22 +0100 Subject: [PATCH] feat(release): publish to galaxy --- .github/workflows/publish.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml new file mode 100644 index 0000000..5c2976e --- /dev/null +++ b/.github/workflows/publish.yml @@ -0,0 +1,20 @@ +--- +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: ednxzu + repository-name: deploy_keepalived