File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,18 @@ jobs:
57
57
ipfs :
58
58
name : Build and Publish IPFS
59
59
uses : ./.github/workflows/ipfs.yml
60
+ env :
61
+ SSH_HOST : ${{ secrets.SSHHOST }}
62
+ SSH_KEY : ${{ secrets.SSHKEY }}
63
+ FILEBASE_BUCKET : ${{ secrets.FILEBASE_BUCKET }}
64
+ FILEBASE_KEY : ${{ secrets.FILEBASE_KEY }}
65
+ FILEBASE_SECRET : ${{ secrets.FILEBASE_SECRET }}
60
66
with :
61
- ssh_host : ${{ secrets .SSHHOST }}
62
- ssh_key : ${{ secrets .SSHKEY }}
63
- filebase_bucket : ${{ secrets .FILEBASE_BUCKET }}
64
- filebase_key : ${{ secrets .FILEBASE_KEY }}
65
- filebase_secret : ${{ secrets .FILEBASE_SECRET }}
67
+ ssh_host : ${{ env .SSHHOST }}
68
+ ssh_key : ${{ env .SSHKEY }}
69
+ filebase_bucket : ${{ env .FILEBASE_BUCKET }}
70
+ filebase_key : ${{ env .FILEBASE_KEY }}
71
+ filebase_secret : ${{ env .FILEBASE_SECRET }}
66
72
needs :
67
73
- start
68
74
You can’t perform that action at this time.
0 commit comments