You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update release.yml to support commit signing (#458)
* Update release.yml to support commit signing
The `planetscale/ghcommit-action` action uses ghcommit which uses the GitHub API, which supports commit signing by default. This removes the need to configure a GPG key in our Action.
* Pin uv action
* Pin pypa/gh-action-pypi-publish action
* Add note about commit signing to readme
* Fix semgrep findings
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ Please see the [Python integration docs](https://posthog.com/docs/integrations/p
22
22
23
23
## Development
24
24
25
+
This repo requires all commits to be signed. To configure commit signing, see the [PostHog handbook](https://posthog.com/handbook/engineering/security#commit-signing).
26
+
25
27
### Testing Locally
26
28
27
29
We recommend using [uv](https://docs.astral.sh/uv/). It's super fast.
0 commit comments