Skip to content

Commit

Permalink
set permissions for entire release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Oct 16, 2024
1 parent 6ff352f commit ef8bc4a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: Create a new release
on:
workflow_dispatch:

permissions:
contents: write
pull-requests: write

jobs:
prepare:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
outputs:
tag: ${{ steps.tag.outputs.tag }}
edition_languages: ${{ steps.load-languages.outputs.edition_languages }}
Expand Down

0 comments on commit ef8bc4a

Please sign in to comment.