Skip to content

Commit

Permalink
fix: write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 4, 2023
1 parent fc7bb99 commit b0b2e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
branches:
Expand All @@ -14,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: read
contents: write
packages: write

steps:
Expand Down

0 comments on commit b0b2e5a

Please sign in to comment.