Skip to content

Commit 1b25f51

Browse files
committed
fix
1 parent 8685c96 commit 1b25f51

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
@@ -3,6 +3,17 @@ name: Publish IPFS
33
# Controls when the action will run.
44
on:
55
workflow_dispatch:
6+
secrets:
7+
SSHHOST:
8+
required: true
9+
SSHKEY:
10+
required: true
11+
FILEBASE_BUCKET:
12+
required: true
13+
FILEBASE_KEY:
14+
required: true
15+
FILEBASE_SECRET:
16+
required: true
617
workflow_call:
718

819
permissions:

0 commit comments

Comments
 (0)