Skip to content

Commit

Permalink
build: fix missing write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0sh committed Jul 16, 2023
1 parent a6bd6ef commit ac7ef56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

permissions:
contents: write

0 comments on commit ac7ef56

Please sign in to comment.