diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 06151c8..8370128 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -44,4 +44,4 @@ jobs: | |||
44 | - name: Upload to ansible-galaxy | 44 | - name: Upload to ansible-galaxy |
45 | uses: robertdebock/galaxy-action@1.1.0 | 45 | uses: robertdebock/galaxy-action@1.1.0 |
46 | with: | 46 | with: |
47 | api_key: '${{ secrets.GALAXY_API_KEY }}' | 47 | galaxy_api_key: '${{ secrets.GALAXY_API_KEY }}' |