Show HN: GitHub Actions OIDC for Python That Just Works(TM)
6 points
2 days ago
| 0 comments
| github.com
| HN
If you really want people to use your stuff, you should make it easy to get started as possible. For interacting with Github Actions, that means setting up OIDC, so you can prove who did what in which repo when - according to Github themselves.

That means for a dev on the other end of things, it should be as easy as:

```yaml

-uses atopile/do-thing@v1

```

Hitch is, boy oh boy was this a PITA to get working in the first place. Honestly, I'd probably rather walk on lego for half an hour.

Hopefully, this package should make it a piece of cake - and we all have to mint fewer tokens manually

No one has commented on this post.