Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

Commit 9b3d3d8

Browse files
koki-developclaude
andcommitted
Add packages:write permission to API workflow
GitHub Actions requires explicit packages:write permission to push Docker images to ghcr.io. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 941506d commit 9b3d3d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/api-push.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
push_to_registry:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: read
16+
packages: write
1417
name: Build and Push Docker image to Github Packages
1518
steps:
1619
- name: Check out repo

0 commit comments

Comments
 (0)