diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a85802..133b392 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,4 +55,4 @@ jobs: - name: Push to Ansible Galaxy uses: robertdebock/galaxy-action@1.1.0 with: - galaxy_api_key: ${{ secrets.galaxy_api_key }} \ No newline at end of file + galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} \ No newline at end of file