Commit 24d2bc7
fix(ci): Temporarily disable container publishing due to permissions issue
GitHub package permissions have reverted, causing deployment workflow to fail with:
"denied: installation not allowed to Create organization package"
This is the same issue from earlier commits (5a897fc, 1431cd8) that
was previously resolved by configuring GitHub org settings.
Temporary Fix:
- Disabled build-and-publish job with `if: false`
- Prevents CI from failing on every push
- User needs to reconfigure GitHub organization package permissions
To Re-enable:
1. Go to GitHub org settings: https://github.com/organizations/Hanalyx/settings/packages
2. Enable "Public" package creation
3. Remove `false &&` from line 168 of deploy.yml
4. Push changes to re-enable container publishing
Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c77d3cb commit 24d2bc7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments