From dc7ef46ce1c7a3f64a5373f011dc688b7d05a242 Mon Sep 17 00:00:00 2001 From: Adam Taranto Date: Sat, 23 Nov 2024 16:07:18 +1100 Subject: [PATCH] Add setup notes --- .github/workflows/readme-scribe.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/readme-scribe.yml b/.github/workflows/readme-scribe.yml index e2bcfb8..85e57da 100644 --- a/.github/workflows/readme-scribe.yml +++ b/.github/workflows/readme-scribe.yml @@ -15,6 +15,9 @@ jobs: - uses: muesli/readme-scribe@master env: + # Required: GitHub Token with write access to the repository + # Create a Personal Access Token with expiry < 366 days + # with the `repo` scope and add it as a secret to your repository. GITHUB_TOKEN: ${{ secrets.HOMEPAGE_ACTION_TOKEN }} with: template: "templates/github-profile.tpl" @@ -22,6 +25,9 @@ jobs: - uses: stefanzweifel/git-auto-commit-action@v4 env: + # Go to the repository's Settings > Actions > General. + # Scroll to the Workflow permissions section. + # Ensure Read and write permissions is selected. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit_message: Update generated README