Skip to content

Commit 4fb8d00

Browse files
authored
docs: move sigstore mention (#529)
1 parent c5f1784 commit 4fb8d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/guides/gha_basic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ And many other useful ones:
282282
- [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow):
283283
Keep GitHub actions alive for more than 60 days. Not usually needed if you've
284284
set up the other suggestions here, like dependabot and pre-commit.
285+
- [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python):
286+
Signing files in GitHub Actions with sigstore.
285287

286288
A couple more from Python developers; note these do not provide `vX` moving tags
287289
like the official actions and most other actions, but instead have `release/vX`
@@ -291,8 +293,6 @@ branches that you can use.
291293
Publish Python packages to PyPI. Supports trusted publisher deployment.
292294
- [re-actors/alls-green](https://github.com/re-actors/alls-green): Tooling to
293295
check to see if all jobs passed (supports allowed failures, too).
294-
- [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python):
295-
Signing files in GitHub Actions with sigstore.
296296

297297
There are also a few useful tools installed which can really simplify your
298298
workflow or adding custom actions. This includes system package managers (like

0 commit comments

Comments
 (0)