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 67e2929 commit 8685c96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
name: Build and Publish IPFS
uses: ./.github/workflows/ipfs.yml
secrets:
SSHHOST: "${{ secrets.SSHHOST }}"
SSHKEY: "${{ secrets.SSHKEY }}"
FILEBASE_BUCKET: "${{ secrets.FILEBASE_BUCKET }}"
FILEBASE_KEY: "${{ secrets.FILEBASE_KEY }}"
FILEBASE_SECRET: "${{ secrets.FILEBASE_SECRET }}"
SSHHOST: ${{ secrets.SSHHOST }}
SSHKEY: ${{ secrets.SSHKEY }}
FILEBASE_BUCKET: ${{ secrets.FILEBASE_BUCKET }}
FILEBASE_KEY: ${{ secrets.FILEBASE_KEY }}
FILEBASE_SECRET: ${{ secrets.FILEBASE_SECRET }}
needs:
- start

Expand Down

0 comments on commit 8685c96

Please sign in to comment.