diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-19 21:34:33 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2021-11-19 21:34:33 +0100 |
commit | fb34a60a57d741a089028434b7926d82c7138a3b (patch) | |
tree | a317d93ccfa1d8e2707dc15984284fe7c00fd10f /.github | |
parent | 17d567611964bbbe72b062a1a647b300d908ad85 (diff) | |
download | ansible-rundeck-jobs-fb34a60a57d741a089028434b7926d82c7138a3b.tar.gz ansible-rundeck-jobs-fb34a60a57d741a089028434b7926d82c7138a3b.tar.zst ansible-rundeck-jobs-fb34a60a57d741a089028434b7926d82c7138a3b.zip |
fix wrong parameters
Diffstat (limited to '.github')
-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 }}' |