Skip to content

Commit f0fadb2

Browse files
authored
Update update-readme.yml
1 parent 92ccdce commit f0fadb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-readme.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
update-readme:
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v3
16+
with:
17+
token: ${{ secrets.GITHUB_TOKEN }}
1318
- name: Set up Python
1419
uses: actions/setup-python@v4
1520
with:

0 commit comments

Comments
 (0)