Skip to content

Commit ae24fb9

Browse files
committed
fix: update to use the repo token
1 parent 9497308 commit ae24fb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gen-readme.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
token: ${{ secrets.REPO_TOKEN }}
1416
- name: Use Node.js 14.x
1517
uses: actions/setup-node@v1
1618
with:
@@ -22,7 +24,7 @@ jobs:
2224
- name: Generate missing
2325
run: (cd .github/actions && npm run generate-missing)
2426
- name: Add and commit changes
25-
uses: EndBug/add-and-commit@v7
27+
uses: EndBug/add-and-commit@v9
2628
with:
2729
add: "README.md"
2830
author_name: "Mario Carballo"

0 commit comments

Comments
 (0)