From f3dc217081494011fe38f5bf02875e32977c0fb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:22:41 +0000 Subject: [PATCH 1/2] chore(ci): bump radiorabe/actions from 0.20.0 to 0.20.2 Bumps [radiorabe/actions](https://github.com/radiorabe/actions) from 0.20.0 to 0.20.2. - [Release notes](https://github.com/radiorabe/actions/releases) - [Commits](https://github.com/radiorabe/actions/compare/v0.20.0...v0.20.2) --- updated-dependencies: - dependency-name: radiorabe/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-test.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .github/workflows/semantic-release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test.yaml b/.github/workflows/lint-and-test.yaml index 0d5e93e..1a99774 100644 --- a/.github/workflows/lint-and-test.yaml +++ b/.github/workflows/lint-and-test.yaml @@ -9,6 +9,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.0 + uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.2 pytest: - uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.0 + uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ba524f..03a6224 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,4 +9,4 @@ on: jobs: python-poetry: - uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.1 + uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.2 diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 0d77b0e..2b73871 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -7,6 +7,6 @@ on: jobs: call-workflow: - uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.0 + uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.2 secrets: RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }} From a51e466b529de0f8771265b5b2241bb98238e194 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 16 Dec 2023 17:25:36 +0100 Subject: [PATCH 2/2] * re-add secret passing for pypi token --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 03a6224..47c3ee8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,3 +10,5 @@ on: jobs: python-poetry: uses: radiorabe/actions/.github/workflows/release-python-poetry.yaml@v0.20.2 + secrets: + RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}