Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Apr 28, 2024
1 parent 1fbe456 commit 9d6a5e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
bump-version:
if: github.event.inputs.bump-version-after-release == 'true'
runs-on: ubuntu-22.04
permissions: {
contents: write,
pull-requests: write,
}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 9d6a5e9

Please sign in to comment.