Skip to content

Commit 17005a6

Browse files
committed
fix: add permissions for contents in update-sponsors job
1 parent 3a97aec commit 17005a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/sponsorkit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
update-sponsors:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- uses: actions/checkout@v4
1517

0 commit comments

Comments
 (0)