Skip to content

Commit 830432e

Browse files
committed
chore: update embeddings github action to properly push
1 parent a85a280 commit 830432e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/generate-db.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ jobs:
4646
db/devvit-docs.db
4747
fixtures/**
4848
env:
49-
GIT_AUTHOR_NAME: devvit-bot
50-
GIT_AUTHOR_EMAIL: devvit-bot@reddit.com
51-
GIT_COMMITTER_NAME: devvit-bot
52-
GIT_COMMITTER_EMAIL: devvit-bot@reddit.com
53-
# Use your PAT instead of GITHUB_TOKEN
49+
# Use a personal access token (PAT) with admin role to override the branch protections to push the
50+
# changes back to the repository.
5451
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)