diff options
Diffstat (limited to 'models/update.go')
-rw-r--r-- | models/update.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models/update.go b/models/update.go index b6c04bd515..212f22cfc1 100644 --- a/models/update.go +++ b/models/update.go @@ -24,6 +24,7 @@ const ( EnvPusherID = "GITEA_PUSHER_ID" EnvKeyID = "GITEA_KEY_ID" EnvIsDeployKey = "GITEA_IS_DEPLOY_KEY" + EnvIsInternal = "GITEA_INTERNAL_PUSH" ) // CommitToPushCommit transforms a git.Commit to PushCommit type. |