diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f405308..09694dc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version: "3.x" - uses: pre-commit/action@v3.0.1 check: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 503b2d3..963b51a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: codespell - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace diff --git a/docs/release.md b/docs/release.md index f24bed6..e6f621f 100644 --- a/docs/release.md +++ b/docs/release.md @@ -36,7 +36,7 @@ Example showing how only Automation hub release can be made, only `ah_token` wou ### Release on AH only, workflow -Filename: `release.yaml` +Filename: `release_ah.yaml` ``` --- @@ -58,7 +58,7 @@ Same for galaxy releases only, please refer to the `release_galay.yaml` and spec ### Release on Galaxy only, workflow -Filename: `release.yaml` +Filename: `release_galaxy.yaml` ``` --- @@ -73,11 +73,9 @@ jobs: with: environment: release secrets: - ah_token: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} + ansible_galaxy_api_key: ${{ secrets.ANSIBLE_GALAXY_API_KEY }} ``` -Same for galaxy releases only, please refer to the `release_galay.yaml` and specify `ansible_galaxy_api_key` secret. - ## Detailed release process ### Things to make sure of before release: