mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Update nightly.yml
This commit is contained in:
parent
a656155629
commit
09c01702d0
1 changed files with 3 additions and 3 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
id: createpr
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.NIGHTLY_PERSONAL_GITHUB_TOKEN }}
|
||||
commit-message: '[ci] update lockfile'
|
||||
title: '[ci] update lockfile'
|
||||
body: >
|
||||
|
@ -64,6 +64,6 @@ jobs:
|
|||
if: steps.createpr.outputs.pull-request-operation == 'created'
|
||||
uses: peter-evans/enable-pull-request-automerge@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.NIGHTLY_PERSONAL_GITHUB_TOKEN }}
|
||||
pull-request-number: ${{ steps.createpr.outputs.pull-request-number }}
|
||||
merge-method: squash
|
Loading…
Reference in a new issue