From eec19d241ad79467c5ffa6b1a1a2972eed4f48b3 Mon Sep 17 00:00:00 2001 From: raller1028 <57336867+raller1028@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:16:11 +0800 Subject: [PATCH] Update pushtorally.yml --- .github/workflows/pushtorally.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pushtorally.yml b/.github/workflows/pushtorally.yml index c722c66..420f9da 100644 --- a/.github/workflows/pushtorally.yml +++ b/.github/workflows/pushtorally.yml @@ -18,6 +18,7 @@ jobs: uses: cpina/github-action-push-to-another-repository@main env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB2 }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: source-directory: './' destination-github-username: 'raller1028'