Update doc.yml

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Blocksmith 2021-05-12 21:10:13 +02:00 committed by Andrea Luzzardi
parent 2d067c19b4
commit b5f2932bed

View File

@ -14,10 +14,10 @@ jobs:
- name: Pushes docs file
uses: slumbering/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
API_TOKEN_GITHUB: ${{ secrets.DAGGERCI_TOKEN }}
with:
source_file: 'doc/'
destination_repo: 'slumbering/launch.dagger.io'
destination_repo: 'dagger/launch.dagger.io'
destination_folder: 'site/'
user_email: 'slumbering.pierrot@gmail.com'
user_name: 'slumbering'
user_email: 'noreply@dagger.io'
user_name: 'dagger-bot'