From 66eae06217b356cc9ee42a83f25b013d3e700579 Mon Sep 17 00:00:00 2001 From: Takayuki Murooka Date: Fri, 2 Feb 2024 10:06:29 +0900 Subject: [PATCH] po --- .github/workflows/sync-awf-latest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-awf-latest.yaml b/.github/workflows/sync-awf-latest.yaml index 45966a4cc224e..59104fba7c3ea 100644 --- a/.github/workflows/sync-awf-latest.yaml +++ b/.github/workflows/sync-awf-latest.yaml @@ -13,8 +13,8 @@ jobs: with: fetch-depth: 0 - name: Commit Results - with: - token: ${{ secrets.WORKFLOW_TOKEN }} + - name: Make change to workflow file + GITHUB_TOKEN: ${{ github.token }} run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action"