File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
286288A couple more from Python developers; note these do not provide `vX` moving tags
287289like 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
297297There are also a few useful tools installed which can really simplify your
298298workflow or adding custom actions. This includes system package managers (like
You can’t perform that action at this time.
0 commit comments