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'