Skip to content

Commit

Permalink
Update README.md (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Mar 4, 2025
1 parent 331d35d commit 25f0fb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/firehose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,16 @@ on:
jobs:
publish:
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
permissions:
id-token: write
pull-requests: write
```
#### Enabling comments on forks
- add the following to your `publish.yaml`:
```yaml
with:
with:
write-comments: false
```
- copy the yaml below into a `.github/workflows/post_summaries.yaml` file in your repo
Expand Down

0 comments on commit 25f0fb2

Please sign in to comment.