added api token

This commit is contained in:
SrGooglo 2023-03-03 19:40:12 +00:00
parent 6ad8bf0bb0
commit fde6aa706b

View File

@ -15,6 +15,7 @@ jobs:
uses: cpina/github-action-push-to-another-repository@main uses: cpina/github-action-push-to-another-repository@main
env: env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with: with:
source-directory: '.' source-directory: '.'
destination-github-username: 'ragestudio' destination-github-username: 'ragestudio'