Document Forgejo Actions secrets #102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "doc/forgejo-actions-secrets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
ARGOCD_AUTH_TOKENis used bybuild-blumeops.yamlworkflowbuild-blumeops.yamlto workflows listContext
The forgejo-runner ArgoCD app was showing OutOfSync because a previous attempt stored
argocd_tokenin the ExternalSecret. This was incorrect - the token is actually a Forgejo Actions secret, not a k8s secret. Synced the app to remove the drift and added documentation to prevent future confusion.🤖 Generated with Claude Code