Skip to content

Commit edc899e

Browse files
authored
[ci] Grant contents: write permission to release.yml (flutter#4350)
1 parent d217642 commit edc899e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
release:
99
if: github.repository_owner == 'flutter'
1010
name: release
11+
permissions:
12+
# Release needs to push a tag back to the repo.
13+
contents: write
1114
runs-on: ubuntu-latest
1215
steps:
1316
- name: "Install Flutter"

0 commit comments

Comments
 (0)