Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liudon committed Sep 26, 2024
1 parent 8685c96 commit 1b25f51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: Publish IPFS
# Controls when the action will run.
on:
workflow_dispatch:
secrets:
SSHHOST:
required: true
SSHKEY:
required: true
FILEBASE_BUCKET:
required: true
FILEBASE_KEY:
required: true
FILEBASE_SECRET:
required: true
workflow_call:

permissions:
Expand Down

0 comments on commit 1b25f51

Please sign in to comment.