Skip to content

Commit

Permalink
[ci] Grant contents: write permission to release.yml (flutter#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman authored Sep 15, 2021
1 parent d217642 commit edc899e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
release:
if: github.repository_owner == 'flutter'
name: release
permissions:
# Release needs to push a tag back to the repo.
contents: write
runs-on: ubuntu-latest
steps:
- name: "Install Flutter"
Expand Down

0 comments on commit edc899e

Please sign in to comment.