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

Commit a14bfca

Browse files
koki-developclaude
andcommitted
Add permissions to package-push workflow
Add contents:write and packages:read permissions to build-pkg job, and contents:write to create-index job for release uploads. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 322efcb commit a14bfca

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/package-push.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
build-pkg:
1414
name: Build package
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write
18+
packages: read
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
@@ -49,6 +52,8 @@ jobs:
4952
create-index:
5053
name: Create Index
5154
runs-on: ubuntu-latest
55+
permissions:
56+
contents: write
5257
needs: build-pkg
5358
steps:
5459
- name: 'Download all release assets'

0 commit comments

Comments
 (0)