Update .github/workflows/emoji-bot.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 16:47:22 -06:00
committed by GitHub
parent 788d3ab6e4
commit babec5c182

View File

@@ -19,5 +19,3 @@ jobs:
- name: 🚦 Run Emoji Bot Handler - name: 🚦 Run Emoji Bot Handler
run: node index.js run: node index.js
working-directory: ./bot working-directory: ./bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}