Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
with:
token: ${{ steps.app-token.outputs.token }}
ref: ${{ github.head_ref }}
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config
persist-credentials: false
- uses: creyD/prettier_action@v4.3
with:
github_token: ${{ steps.app-token.outputs.token }}
- name: Make File Changes
run: ~
Comment thread
CannonLock marked this conversation as resolved.
- name: Push with App Token
run: |
git add .
git commit -m "Auto-generated changes"
git push
Comment thread
CannonLock marked this conversation as resolved.
```

### Create a git committer string for an app installation
Expand Down