From fde6aa706b5b0c03a61745f052ca398be324928e Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Fri, 3 Mar 2023 19:40:12 +0000 Subject: [PATCH] added api token --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 893bede2..0fef0b02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: uses: cpina/github-action-push-to-another-repository@main env: SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: source-directory: '.' destination-github-username: 'ragestudio'