From 659de897db6a1e51c63f876ca1601514e8e2720f Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:34:42 +0530 Subject: [PATCH] corrected job secrets Renamed `secrets.AH_TOKEN` to `secrets.ah_token` so that this workflow can be called from other workflows --- .github/workflows/release_collection.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_collection.yml b/.github/workflows/release_collection.yml index b15ed94..56908d4 100644 --- a/.github/workflows/release_collection.yml +++ b/.github/workflows/release_collection.yml @@ -27,7 +27,7 @@ jobs: with: environment: release secrets: - ah_token: ${{ secrets.AH_TOKEN }} + ah_token: ${{ secrets.ah_token }} release_galaxy: uses: ansible/devtools/.github/workflows/release_galaxy.yml@main @@ -35,4 +35,4 @@ jobs: with: environment: release secrets: - ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} + ansible_galaxy_api_key: ${{ secrets.ansible_galaxy_api_key }}