add write permission
This commit is contained in:
parent
f0a9d487e8
commit
9e6c1ee5aa
1 changed files with 2 additions and 0 deletions
2
.github/workflows/readme-stars.yml
vendored
2
.github/workflows/readme-stars.yml
vendored
|
@ -9,6 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
if: ${{ env.AOC_ENABLED }}
|
if: ${{ env.AOC_ENABLED }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue