chore(env): store Portainer stacks PAT (Contents:read) separately from runner PAT

This commit is contained in:
ginnoir
2026-06-06 03:19:45 -05:00
parent eea602d100
commit f871d1cabf
+5
View File
@@ -107,6 +107,11 @@ CF_API_TOKEN=cfut_ijIT9HDjXWKgd0dtnyLqxv8L3deB7hSDivSqquwp905a6c51
# GitHub Actions self-hosted runner (fine-grained PAT, Administration:write on homelabstack)
GITHUB_RUNNER_ACCESS_TOKEN=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
# Portainer git-stack auth (fine-grained PAT, Contents:read on homelabstack)
# Used by StackCreateDockerStandaloneRepository when registering new stacks.
# Runner PAT above does NOT work for this — different scopes.
GITHUB_STACKS_PAT=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
# =============================================================
# DEV STACK
# =============================================================