aboutsummaryrefslogtreecommitdiffstats
path: root/modules/repository/env.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/repository/env.go')
-rw-r--r--modules/repository/env.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/repository/env.go b/modules/repository/env.go
index 646bf35cc6..30edd1c9e3 100644
--- a/modules/repository/env.go
+++ b/modules/repository/env.go
@@ -27,6 +27,7 @@ const (
EnvPRID = "GITEA_PR_ID"
EnvIsInternal = "GITEA_INTERNAL_PUSH"
EnvAppURL = "GITEA_ROOT_URL"
+ EnvActionPerm = "GITEA_ACTION_PERM"
)
// InternalPushingEnvironment returns an os environment to switch off hooks on push