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
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: '.'
destination-github-username: 'ragestudio'