diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b1bf0b..724ad99 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,9 @@ jobs: pip install --constraint=.github/workflows/constraints.txt ansible - name: Trigger a new import on Galaxy. - run: ansible-galaxy role import --api-key ${{ secrets.GALAXY_TOKEN }} $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) + run: >- + ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }} + $(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2) - name: Publish the release notes uses: release-drafter/release-drafter@v5.25.0 diff --git a/meta/main.yml b/meta/main.yml index 062675d..7e65ea4 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -35,4 +35,4 @@ galaxy_info: dependencies: - name: staticdev.pyenv - version: 2.10.1 + version: 2.10.2 diff --git a/requirements.yml b/requirements.yml index d9a335a..3551195 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,4 +1,4 @@ --- roles: - name: staticdev.pyenv - version: 2.10.1 + version: 2.10.2