Skip to content

Commit dd4a403

Browse files
authored
[Infra] Add write permissions to notice_generation.yml and prerelease.yml (#14583)
1 parent 2e4a4da commit dd4a403

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/notice_generation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: generate_notices
22

3+
permissions:
4+
pull-requests: write
5+
36
on:
47
pull_request:
58
paths:

.github/workflows/prerelease.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: prerelease
22

3+
permissions:
4+
contents: write
5+
36
on:
47
pull_request:
58
# closed will be triggered when a pull request is merged. This is to keep https://github.com/firebase/SpecsTesting up to date.

0 commit comments

Comments
 (0)