From fe22c7c5f76fd6725d5d64c342ba7aacb2ce0407 Mon Sep 17 00:00:00 2001 From: Autumn60 Date: Tue, 19 Nov 2024 15:41:47 +0900 Subject: [PATCH] fix typo in sync-awf-latest.yaml Signed-off-by: Autumn60 --- .github/workflows/sync-awf-latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index 950e27aae5504..de71e2f68bacd 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - token: ${{ secrets.TOKEN_TO_MODIFY_WOKFLOW }} + token: ${{ secrets.TOKEN_TO_MODIFY_WORKFLOW }} fetch-depth: 0 - name: Commit Results run: |