galaxy-import-role/action.yml

16 lines
328 B
YAML
Raw Normal View History

2023-03-09 12:03:14 +00:00
---
# action file
name: Galaxy import role
description: Import a role to ansible-galaxy using a given API key
inputs:
galaxy-api-key:
required: true
description: The key to use to authenticate against ansible-galaxy
runs:
using: docker
image: Dockerfile
env:
2023-03-09 12:44:01 +00:00
GALAXY_API_TOKEN: ${{ inputs.galaxy-api-key }}