Skip to content

Commit

Permalink
Fix daily sync env var name (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn authored Jul 1, 2024
1 parent 570c128 commit 05d1fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Go through all open PRs and run the bot over them
- run: node packages/mergebot/dist/run.js
env:
TYPESCRIPT_BOT_TOKEN: ${{ secrets.TYPESCRIPT_BOT_TOKEN }}
BOT_AUTH_TOKEN: ${{ secrets.TYPESCRIPT_BOT_TOKEN }}

keepalive-job:
name: Keepalive Workflow
Expand Down

0 comments on commit 05d1fed

Please sign in to comment.