Skip to content

Commit

Permalink
fix(ci): add content write permissions for release
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Brumhard <tobias.brumhard@mail.schwarz>
  • Loading branch information
brumhard committed May 3, 2022
1 parent e585394 commit 7955e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
tags:
- "*"

permissions:
contents: write
permissions: read-all

jobs:
release:
permissions:
id-token: write
packages: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7955e7c

Please sign in to comment.