Skip to content

Commit

Permalink
Linking to CI quickstart. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleycd authored Feb 4, 2025
1 parent 31b501f commit 300d339
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ gh-action-sigstore-python
[![CI](https://github.com/sigstore/gh-action-sigstore-python/actions/workflows/ci.yml/badge.svg)](https://github.com/sigstore/gh-action-sigstore-python/actions/workflows/ci.yml)
[![Self-test](https://github.com/sigstore/gh-action-sigstore-python/actions/workflows/selftest.yml/badge.svg)](https://github.com/sigstore/gh-action-sigstore-python/actions/workflows/selftest.yml)

A GitHub Action that uses [`sigstore-python`](https://github.com/sigstore/sigstore-python)
to generate Sigstore signatures.
This GitHub Action uses [`sigstore-python`](https://github.com/sigstore/sigstore-python)
to generate Sigstore signatures. `gh-action-sigstore-python` is the easiest way to [integrate Sigstore into your CI system](https://docs.sigstore.dev/quickstart/quickstart-ci/) and can be used for not only Python projects, but projects in other languages as well.

> [!IMPORTANT]
> Are you publishing a package to PyPI? If so, you **do not need this action**:
Expand All @@ -31,7 +31,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: install
run: python -m pip install .
- uses: sigstore/[email protected]
Expand Down

0 comments on commit 300d339

Please sign in to comment.