Skip to content

Commit 58803d8

Browse files
committed
fix
1 parent 1b25f51 commit 58803d8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ipfs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ on:
1515
FILEBASE_SECRET:
1616
required: true
1717
workflow_call:
18+
secrets:
19+
SSHHOST:
20+
required: true
21+
SSHKEY:
22+
required: true
23+
FILEBASE_BUCKET:
24+
required: true
25+
FILEBASE_KEY:
26+
required: true
27+
FILEBASE_SECRET:
28+
required: true
1829

1930
permissions:
2031
contents: read

0 commit comments

Comments
 (0)