Skip to content

Commit 573de54

Browse files
committed
update permission
1 parent 7d045b6 commit 573de54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go_router_batch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
dispatch_release_pr:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- name: Repository Dispatch
1517
uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f
1618
with:
17-
token: "${{ secrets.GITHUB_TOKEN }}"
18-
repository: flutter/packages
1919
event-type: batch-release-pr
2020
client-payload: '{"package": "go_router"}'

0 commit comments

Comments
 (0)