patchrelay 0.71.0 → 0.71.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build-info.json +3 -3
- package/package.json +1 -1
- package/service.env.example +5 -2
package/dist/build-info.json
CHANGED
package/package.json
CHANGED
package/service.env.example
CHANGED
|
@@ -12,8 +12,11 @@ LINEAR_OAUTH_CLIENT_ID=replace-with-linear-oauth-client-id
|
|
|
12
12
|
LINEAR_OAUTH_CLIENT_SECRET=replace-with-linear-oauth-client-secret
|
|
13
13
|
|
|
14
14
|
# Optional: GitHub App for bot identity.
|
|
15
|
-
# When configured, PatchRelay
|
|
16
|
-
#
|
|
15
|
+
# When configured, PatchRelay mints short-lived installation tokens and keeps a
|
|
16
|
+
# private gh config dir fresh (GH_CONFIG_DIR), so both gh and git authenticate as
|
|
17
|
+
# app-name[bot] with an always-fresh token. git reads credentials from gh via the
|
|
18
|
+
# credential helper; nothing is written into repo or global git config, so these
|
|
19
|
+
# credentials never leak into interactive shell sessions.
|
|
17
20
|
# Create a GitHub App at Settings > Developer settings > GitHub Apps.
|
|
18
21
|
#
|
|
19
22
|
# The private key resolves through the provider-agnostic fallback:
|