Skip to content

Commit 649bee0

Browse files
committed
Fix permissions
1 parent c70c0f5 commit 649bee0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: update-dependencies
22

3-
permissions:
4-
contents: write
5-
pull-requests: write
6-
repository-projects: read
3+
permissions: read-all
74

85
on:
96
repository_dispatch:
@@ -22,6 +19,9 @@ on:
2219
jobs:
2320
update-dependencies:
2421
runs-on: macos-latest
22+
permissions:
23+
contents: write
24+
pull-requests: write
2525
env:
2626
SUBMODULE: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_submodule || inputs.target_submodule }}
2727
VERSION: ${{ github.event_name == 'repository_dispatch' && github.event.client_payload.target_version || inputs.target_version }}

0 commit comments

Comments
 (0)