Skip to content

Commit 8685c96

Browse files
committed
fix
1 parent 67e2929 commit 8685c96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
name: Build and Publish IPFS
5959
uses: ./.github/workflows/ipfs.yml
6060
secrets:
61-
SSHHOST: "${{ secrets.SSHHOST }}"
62-
SSHKEY: "${{ secrets.SSHKEY }}"
63-
FILEBASE_BUCKET: "${{ secrets.FILEBASE_BUCKET }}"
64-
FILEBASE_KEY: "${{ secrets.FILEBASE_KEY }}"
65-
FILEBASE_SECRET: "${{ secrets.FILEBASE_SECRET }}"
61+
SSHHOST: ${{ secrets.SSHHOST }}
62+
SSHKEY: ${{ secrets.SSHKEY }}
63+
FILEBASE_BUCKET: ${{ secrets.FILEBASE_BUCKET }}
64+
FILEBASE_KEY: ${{ secrets.FILEBASE_KEY }}
65+
FILEBASE_SECRET: ${{ secrets.FILEBASE_SECRET }}
6666
needs:
6767
- start
6868

0 commit comments

Comments
 (0)