Skip to content

Commit 0c77241

Browse files
authored
Simplify permissions in update-baseline workflow
Removed unnecessary permissions for the update-baseline job.
1 parent 6a867da commit 0c77241

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/update-baseline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66

77
jobs:
88
update-baseline:
9-
permissions:
10-
contents: write
11-
pull-requests: write
12-
139
runs-on: ubuntu-latest
1410
steps:
1511
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)