Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Merge pull request #2 from bec-galaxy/develop #5

Merge pull request #2 from bec-galaxy/develop

Merge pull request #2 from bec-galaxy/develop #5

Workflow file for this run

---
name: Release
"on":
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout the codebase
uses: actions/checkout@v3
- name: Ansible Publish
uses: ansible/[email protected]
with:
api_key: ${{ secrets.GALAXY_TOKEN }}