khronoz commited on
Commit
4840544
·
1 Parent(s): 026e9ce

Update wrong syntax

Browse files
.github/workflows/sync-to-deployment-fork.yml CHANGED
@@ -8,10 +8,9 @@ on:
8
  workflow_dispatch:
9
  # to run this workflow from another workflow
10
  workflow_call:
11
- inputs:
12
- secrets:
13
- PAT:
14
- required: true
15
 
16
  jobs:
17
  sync-deployment-fork:
 
8
  workflow_dispatch:
9
  # to run this workflow from another workflow
10
  workflow_call:
11
+ secrets:
12
+ PAT:
13
+ required: true
 
14
 
15
  jobs:
16
  sync-deployment-fork:
.github/workflows/sync-to-hugging-face-hub.yml CHANGED
@@ -6,10 +6,9 @@ on:
6
  workflow_dispatch:
7
  # to run this workflow from another workflow
8
  workflow_call:
9
- inputs:
10
- secrets:
11
- HF_TOKEN:
12
- required: true
13
 
14
  jobs:
15
  sync-to-hub:
 
6
  workflow_dispatch:
7
  # to run this workflow from another workflow
8
  workflow_call:
9
+ secrets:
10
+ HF_TOKEN:
11
+ required: true
 
12
 
13
  jobs:
14
  sync-to-hub: