Skip to content

Commit 1ccfde0

Browse files
committed
fix
1 parent c5edaec commit 1ccfde0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ on:
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

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+
1624
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1725
jobs:
1826
# This workflow contains a single job called "build"
@@ -57,12 +65,6 @@ jobs:
5765
ipfs:
5866
name: Build and Publish IPFS
5967
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 }}
6668
with:
6769
ssh_host: ${{ env.SSHHOST }}
6870
ssh_key: ${{ env.SSHKEY }}

0 commit comments

Comments
 (0)