Skip to content

Commit

Permalink
fix<ci>: add r/w to release
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc committed Oct 12, 2024
1 parent 408cb1f commit d6645fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [main]

permissions:
contents: write
packages: write

jobs:
test:
uses: ./.github/workflows/runtest.yml
Expand Down

0 comments on commit d6645fa

Please sign in to comment.