From a2dbaf4bcab6b6291cd79591ad7e18d6103ea4fe Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 3 Mar 2025 08:34:21 -0800 Subject: [PATCH] Update README.md --- pkgs/firehose/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/firehose/README.md b/pkgs/firehose/README.md index 0997599b..1bc366d8 100644 --- a/pkgs/firehose/README.md +++ b/pkgs/firehose/README.md @@ -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