diff options
| author | seth <[email protected]> | 2023-10-13 11:35:10 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-13 11:35:10 -0400 |
| commit | fef63fab1aac94133e7435ce27cb30a6b951cf76 (patch) | |
| tree | d9a29df32933688c8836dd465040b7f6ac3eb2f9 /.github/workflows | |
| parent | fb4c58c3134dd16a48717371a749b49ce6ca0eca (diff) | |
actions: use github.token for GH_TOKEN
idk why it can access this but not the secrets...weird
Diffstat (limited to '.github/workflows')
| -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 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 }} |
