We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85a280 commit 830432eCopy full SHA for 830432e
1 file changed
.github/workflows/generate-db.yml
@@ -46,9 +46,6 @@ jobs:
46
db/devvit-docs.db
47
fixtures/**
48
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
+ # Use a personal access token (PAT) with admin role to override the branch protections to push the
+ # changes back to the repository.
54
GITHUB_TOKEN: ${{ secrets.BOT_PAT }}
0 commit comments