From 5179d3354bdaca897daa32d4ecdb4a754e876923 Mon Sep 17 00:00:00 2001 From: Nick Thompson Date: Thu, 30 May 2024 18:31:16 +0000 Subject: [PATCH] fixed workflow secret --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c18122f..795e8c5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,3 +9,5 @@ jobs: uses: ansible/ansible-content-actions/.github/workflows/release_galaxy.yaml@main with: environment: release + secrets: + ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}