diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d394eae..b9c407a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,5 +19,6 @@ jobs: fetch-depth: 0 - name: 'Release on galaxy' - uses: ansible-actions/ansible-galaxy-action@v1.2.0: - galaxy_api_key: ${{ secrets.galaxy_api_key } \ No newline at end of file + uses: ansible-actions/ansible-galaxy-action@v1.2.0 + with:: + galaxy_api_key: ${{ secrets.galaxy_api_key } \ No newline at end of file