Skip to content

Commit

Permalink
feat(ci): trusted publishing and signed artefacts (#195)
Browse files Browse the repository at this point in the history
* bump radiorabe/actions from 0.19.1 to 0.20.1

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <[email protected]>
  • Loading branch information
dependabot[bot] and hairmare authored Dec 16, 2023
1 parent 4fe6467 commit 685487e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.19.1
uses: radiorabe/actions/.github/workflows/test-pre-commit.yaml@v0.20.0
pytest:
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.19.1
uses: radiorabe/actions/.github/workflows/test-python-poetry.yaml@v0.20.0
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ on:

jobs:
python-poetry:
uses: radiorabe/actions/.github/workflows/[email protected]
secrets:
RABE_PYPI_TOKEN: ${{ secrets.RABE_PYPI_TOKEN }}
uses: radiorabe/actions/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-workflow:
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.19.1
uses: radiorabe/actions/.github/workflows/semantic-release.yaml@v0.20.0
secrets:
RABE_ITREAKTION_GITHUB_TOKEN: ${{ secrets.RABE_ITREAKTION_GITHUB_TOKEN }}

0 comments on commit 685487e

Please sign in to comment.