From 81ef570cdf98a969c181fd72363f4cf92412da61 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 8 Sep 2023 10:00:51 +0800 Subject: [PATCH] chore: Update nightly.yml --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e3cd8b5..d29b5d3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -9,12 +9,12 @@ jobs: sync-branches: runs-on: ubuntu-latest name: Update nightly tag - permissions: - contents: write steps: - name: Checkout uses: actions/checkout@v2 - + with: + ssh-key: "${{ secrets.COMMIT_KEY }}" + - name: Run latest-tag uses: EndBug/latest-tag@latest with: