readme-generate.yaml: setup token on actions/checkout

This commit is contained in:
Minoplhy 2024-09-05 11:52:58 +00:00 committed by GitHub
parent b1c99b14ae
commit dd2b7f9ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Generate README.md
run: |