Skip to content

Commit

Permalink
👷 ci: Fixes the missing permission for the release action (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoerr authored Aug 21, 2024
1 parent 8683d5a commit e5e5cad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ permissions:
contents: read

jobs:
label:
release:
runs-on: ubuntu-latest

permissions:
contents: read
contents: write
pull-requests: write
deployments: write

Expand Down

0 comments on commit e5e5cad

Please sign in to comment.