chore: Update nightly.yml
parent
5f1359cb77
commit
81ef570cdf
|
|
@ -9,12 +9,12 @@ jobs:
|
||||||
sync-branches:
|
sync-branches:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Update nightly tag
|
name: Update nightly tag
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ssh-key: "${{ secrets.COMMIT_KEY }}"
|
||||||
|
|
||||||
- name: Run latest-tag
|
- name: Run latest-tag
|
||||||
uses: EndBug/latest-tag@latest
|
uses: EndBug/latest-tag@latest
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue