Skip to content

use a hardcoded elliptic curve for DH #3

use a hardcoded elliptic curve for DH

use a hardcoded elliptic curve for DH #3

---
name: push-to-ansible-galaxy
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}