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 c5edaec commit 1ccfde0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:


env:
SSH_HOST: ${{ secrets.SSHHOST }}
SSH_KEY: ${{ secrets.SSHKEY }}
FILEBASE_BUCKET: ${{ secrets.FILEBASE_BUCKET }}
FILEBASE_KEY: ${{ secrets.FILEBASE_KEY }}
FILEBASE_SECRET: ${{ secrets.FILEBASE_SECRET }}

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -57,12 +65,6 @@ jobs:
ipfs:
name: Build and Publish IPFS
uses: ./.github/workflows/ipfs.yml
env:
SSH_HOST: ${{ secrets.SSHHOST }}
SSH_KEY: ${{ secrets.SSHKEY }}
FILEBASE_BUCKET: ${{ secrets.FILEBASE_BUCKET }}
FILEBASE_KEY: ${{ secrets.FILEBASE_KEY }}
FILEBASE_SECRET: ${{ secrets.FILEBASE_SECRET }}
with:
ssh_host: ${{ env.SSHHOST }}
ssh_key: ${{ env.SSHKEY }}
Expand Down

0 comments on commit 1ccfde0

Please sign in to comment.