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:
282
282
- [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow) :
283
283
Keep GitHub actions alive for more than 60 days. Not usually needed if you've
284
284
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.
285
287
286
288
A couple more from Python developers; note these do not provide `vX` moving tags
287
289
like the official actions and most other actions, but instead have `release/vX`
@@ -291,8 +293,6 @@ branches that you can use.
291
293
Publish Python packages to PyPI. Supports trusted publisher deployment.
292
294
- [re-actors/alls-green](https://github.com/re-actors/alls-green) : Tooling to
293
295
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.
296
296
297
297
There are also a few useful tools installed which can really simplify your
298
298
workflow or adding custom actions. This includes system package managers (like
You can’t perform that action at this time.
0 commit comments