Skip to content

Commit

Permalink
Add setup notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamtaranto committed Nov 23, 2024
1 parent 17baa73 commit dc7ef46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/readme-scribe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,19 @@ 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"
writeTo: "README.md"

- 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
Expand Down

0 comments on commit dc7ef46

Please sign in to comment.