Skip to content

Commit

Permalink
fix(ci): add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 18, 2023
1 parent 4714c50 commit c7c6c66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
release:
runs-on: ubuntu-latest

permissions:
contents: write
packages: write

steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c7c6c66

Please sign in to comment.