diff --git a/README.fr.md b/README.fr.md index 2422496..9b559b4 100644 --- a/README.fr.md +++ b/README.fr.md @@ -63,6 +63,7 @@ jobs: - name: "VĂ©rifier HTML de site" uses: wildtechgarden/validator-html-action@main with: + repo-token: ${{ secrets.GITHUB_TOKEN }} use-existing-workspace: "true" ``` diff --git a/README.md b/README.md index 254773c..c60ded4 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ jobs: - name: "Validate HTML of statically generated website" uses: wildtechgarden/validator-html-action@main with: + repo-token: ${{ secrets.GITHUB_TOKEN }} use-existing-workspace: "true" ```