diff --git a/episodes/2026-02-17.md b/episodes/2026-02-17.md index 0cbba03423e..e3e69c71fbc 100644 --- a/episodes/2026-02-17.md +++ b/episodes/2026-02-17.md @@ -143,3 +143,9 @@ error: - ci: use Gitea API for tag creation instead of git push Files edited (1): - + +## 17:21 - Gitea Actions: use API for tag creation instead of git push +- **Type:** solution +- **Tags:** paper-dynasty, gitea, ci-cd, actions, fix +- **Memory:** [gitea-actions-use-api-for-tag-creation-instead-of-git-push-175d7c](graph/solutions/gitea-actions-use-api-for-tag-creation-instead-of-git-push-175d7c.md) +- **Summary:** Problem: CI tag step failed with 'pre-receive hook declined' when pushing to protected main branch.