fix: fix: dispatcher admin check fails — is_admin not visible to non-admin tokens (#152)
This commit is contained in:
parent
17c415c27b
commit
e07e718060
2 changed files with 7 additions and 1 deletions
|
|
@ -296,6 +296,8 @@ services:
|
|||
- FORGE_REPO=johba/disinto
|
||||
- FORGE_OPS_REPO=johba/disinto-ops
|
||||
- FORGE_TOKEN=${FORGE_TOKEN:-}
|
||||
- FORGE_ADMIN_USERS=${FORGE_ADMIN_USERS:-disinto-admin,johba}
|
||||
- FORGE_ADMIN_TOKEN=${FORGE_ADMIN_TOKEN:-}
|
||||
- OPS_REPO_ROOT=/opt/disinto-ops
|
||||
- PROJECT_REPO_ROOT=/opt/disinto
|
||||
- PRIMARY_BRANCH=main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue