Skip to content

Commit 300d339

Browse files
authored
Linking to CI quickstart. (#163)
1 parent 31b501f commit 300d339

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ gh-action-sigstore-python
44
[![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)
55
[![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)
66

7-
A GitHub Action that uses [`sigstore-python`](https://github.com/sigstore/sigstore-python)
8-
to generate Sigstore signatures.
7+
This GitHub Action uses [`sigstore-python`](https://github.com/sigstore/sigstore-python)
8+
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.
99

1010
> [!IMPORTANT]
1111
> Are you publishing a package to PyPI? If so, you **do not need this action**:
@@ -31,7 +31,9 @@ jobs:
3131
permissions:
3232
id-token: write
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
35+
with:
36+
persist-credentials: false
3537
- name: install
3638
run: python -m pip install .
3739
- uses: sigstore/[email protected]

0 commit comments

Comments
 (0)