From b5f2932bedd6ddf2c1b4d355de234628645e4c03 Mon Sep 17 00:00:00 2001 From: Blocksmith Date: Wed, 12 May 2021 21:10:13 +0200 Subject: [PATCH] Update doc.yml Signed-off-by: Andrea Luzzardi --- .github/workflows/doc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 89adbb67..8d690148 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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'