Skip to content

Fix some weird syntax in secret creation #4

Fix some weird syntax in secret creation

Fix some weird syntax in secret creation #4

Workflow file for this run

name: Build and release collection to galaxy
on:
push:
tags:
- 'v*'
jobs:
deploy_to_galaxy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy Ansible Galaxy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: ${{ secrets.GALAXY_API_KEY }}