diff options
| author | seth <[email protected]> | 2023-10-17 17:33:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-17 17:44:09 -0400 |
| commit | 8dcaf900133c9265dbdda7dd707e930c94135106 (patch) | |
| tree | 29bb034a14faf1822d19c966fa74040a2de2aebc /.github/workflows/autobot.yaml | |
| parent | 169b432a47132ae6163649c6333d7cb13a15619e (diff) | |
actions: use GH_TOKEN
Diffstat (limited to '.github/workflows/autobot.yaml')
| -rw-r--r-- | .github/workflows/autobot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index cc1756c..efb14a9 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -22,4 +22,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ github.token }} |
