Skip to content

Commit

Permalink
fix(ci): set correct release pipeline permissions (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Brumhard <[email protected]>
  • Loading branch information
brumhard authored May 2, 2022
1 parent 4eb68bd commit e585394
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
tags:
- "*"

permissions: read-all
permissions:
contents: write

jobs:
release:
Expand Down

0 comments on commit e585394

Please sign in to comment.