Skip to content

Commit d9039f0

Browse files
committed
Fix GitHub Actions permissions for repository write access
1 parent 914ee18 commit d9039f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "agentx/version.py" # Prevent infinite loops
99
workflow_dispatch: # Allow manual triggering
1010

11+
permissions:
12+
contents: write
13+
packages: write
14+
1115
jobs:
1216
release:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)