summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-13 11:35:10 -0400
committerseth <[email protected]>2023-10-13 11:35:10 -0400
commitfef63fab1aac94133e7435ce27cb30a6b951cf76 (patch)
treed9a29df32933688c8836dd465040b7f6ac3eb2f9
parentfb4c58c3134dd16a48717371a749b49ce6ca0eca (diff)
actions: use github.token for GH_TOKEN
idk why it can access this but not the secrets...weird
-rw-r--r--.github/workflows/autobot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index 792158a..328113f 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -23,4 +23,4 @@ jobs:
run: gh pr merge --auto --rebase "$PR"
env:
PR: ${{ github.event.pull_request.html_url }}
- GH_TOKEN: ${{ secrets.MERGE_TOKEN }}
+ GH_TOKEN: ${{ github.token }}