renew_consul_certificates/.github/workflows/publish.yml

21 lines
423 B
YAML
Raw Normal View History

2023-04-30 20:16:47 +00:00
---
name: publish
on:
push:
branches:
- main
jobs:
publish:
name: Publish to galaxy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish
2024-02-05 21:58:44 +00:00
uses: ednxzu/galaxy-import-role@v2
2023-04-30 20:16:47 +00:00
with:
galaxy-api-key: ${{ secrets.GALAXY_API_TOKEN }}
2024-02-05 21:58:44 +00:00
repository-owner: ednxzu
repository-name: renew_consul_certificates