added secrets and changed github_token name

This commit is contained in:
skye rogers 2025-03-25 11:57:49 -07:00
parent 604c1acf2f
commit 1175245547

View file

@ -20,4 +20,4 @@ jobs:
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GHUB_TOKEN}}