File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' source/includes/mongodb-compatibility-table-node.rst'
9
9
- ' source/includes/language-compatibility-table-node.rst'
10
+ env :
11
+ API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
10
12
11
13
jobs :
12
14
copy-file :
17
19
18
20
- name : Copy mongodb-compat table
19
21
uses : dmnemec/copy_file_to_another_repo_action@main
20
- env :
21
- API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
22
22
with :
23
23
source_file : ' source/includes/mongodb-compatibility-table-node.rst'
24
24
destination_repo : ' 10gen/docs-shared'
@@ -29,12 +29,10 @@ jobs:
29
29
30
30
- name : Copy language-compat table
31
31
uses : dmnemec/copy_file_to_another_repo_action@main
32
- env :
33
- API_TOKEN_GITHUB : ${{ secrets.API_TOKEN_GITHUB }}
34
32
with :
35
33
source_file : ' source/includes/language-compatibility-table-node.rst'
36
34
destination_repo : ' 10gen/docs-shared'
37
35
destination_folder : ' dbx'
38
36
39
37
user_name : ' mongoKart'
40
- commit_message : ' Auto-import from docs-node'
38
+ commit_message : ' Auto-import from docs-node'
You can’t perform that action at this time.
0 commit comments