File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 13
13
# Allows you to run this workflow manually from the Actions tab
14
14
workflow_dispatch :
15
15
16
+
17
+ env :
18
+ SSH_HOST : ${{ secrets.SSHHOST }}
19
+ SSH_KEY : ${{ secrets.SSHKEY }}
20
+ FILEBASE_BUCKET : ${{ secrets.FILEBASE_BUCKET }}
21
+ FILEBASE_KEY : ${{ secrets.FILEBASE_KEY }}
22
+ FILEBASE_SECRET : ${{ secrets.FILEBASE_SECRET }}
23
+
16
24
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17
25
jobs :
18
26
# This workflow contains a single job called "build"
57
65
ipfs :
58
66
name : Build and Publish IPFS
59
67
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 }}
66
68
with :
67
69
ssh_host : ${{ env.SSHHOST }}
68
70
ssh_key : ${{ env.SSHKEY }}
You can’t perform that action at this time.
0 commit comments