Skip to content

Commit 25f0fb2

Browse files
authored
Update README.md (#344)
1 parent 331d35d commit 25f0fb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/firehose/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,16 @@ on:
7777
jobs:
7878
publish:
7979
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
80+
permissions:
81+
id-token: write
82+
pull-requests: write
8083
```
8184
8285
#### Enabling comments on forks
8386
8487
- add the following to your `publish.yaml`:
8588
```yaml
86-
with:
89+
with:
8790
write-comments: false
8891
```
8992
- copy the yaml below into a `.github/workflows/post_summaries.yaml` file in your repo

0 commit comments

Comments
 (0)