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/update-lock.yaml | |
| parent | 169b432a47132ae6163649c6333d7cb13a15619e (diff) | |
actions: use GH_TOKEN
Diffstat (limited to '.github/workflows/update-lock.yaml')
| -rw-r--r-- | .github/workflows/update-lock.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml index 9e3301d..b922394 100644 --- a/.github/workflows/update-lock.yaml +++ b/.github/workflows/update-lock.yaml @@ -30,5 +30,5 @@ jobs: shell: bash run: gh pr merge --auto --rebase "$PR_ID" env: - GITHUB_TOKEN: ${{ github.token }} + GH_TOKEN: ${{ github.token }} PR_ID: ${{ steps.update.outputs.pull-request-number }} |
