Skip to content

Commit

Permalink
corrected job secrets
Browse files Browse the repository at this point in the history
Renamed `secrets.AH_TOKEN` to `secrets.ah_token` so that this workflow can be called from other workflows
  • Loading branch information
sumanth-lingappa authored Nov 14, 2023
1 parent 0e4a7a0 commit 659de89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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
needs: [release_automation_hub]
with:
environment: release
secrets:
ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }}
ansible_galaxy_api_key: ${{ secrets.ansible_galaxy_api_key }}

0 comments on commit 659de89

Please sign in to comment.