commit
e58bb08ade
8
.github/workflows/doc.yml
vendored
8
.github/workflows/doc.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
- name: Pushes docs file
|
- name: Pushes docs file
|
||||||
uses: slumbering/copy_file_to_another_repo_action@main
|
uses: slumbering/copy_file_to_another_repo_action@main
|
||||||
env:
|
env:
|
||||||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
|
API_TOKEN_GITHUB: ${{ secrets.DAGGERCI_TOKEN }}
|
||||||
with:
|
with:
|
||||||
source_file: 'doc/'
|
source_file: 'doc/'
|
||||||
destination_repo: 'slumbering/launch.dagger.io'
|
destination_repo: 'dagger/launch.dagger.io'
|
||||||
destination_folder: 'site/'
|
destination_folder: 'site/'
|
||||||
user_email: 'slumbering.pierrot@gmail.com'
|
user_email: 'noreply@dagger.io'
|
||||||
user_name: 'slumbering'
|
user_name: 'dagger-bot'
|
||||||
|
Reference in New Issue
Block a user