Skip to content

Commit

Permalink
feat: update providers envs,
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Jan 15, 2024
1 parent 9793b51 commit 15b6bb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci-ipfs-test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@ jobs:
ipfs_folder: ${{ needs.prepare-for-ipfs.outputs.ipfs_folder }}
current_branch: ${{ github.ref_name }}
IS_CREATE_RELEASE: false
FILEBASE_BUCKET_NAME: ${{ vars.FILEBASE_BUCKET_NAME }}
secrets:
W3S_TOKEN: ${{ secrets.W3S_TOKEN }}
W3S_PROOF: ${{ secrets.W3S_PROOF }}
GW3_TOKEN: ${{ secrets.GW3_TOKEN }}
GW3_ACCESS_KEY: ${{ secrets.GW3_ACCESS_KEY }}
FILEBASE_TOKEN: ${{ secrets.FILEBASE_TOKEN }}
6 changes: 5 additions & 1 deletion .github/workflows/ci-ipfs-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
ipfs_folder: ${{ needs.prepare-for-ipfs.outputs.ipfs_folder }}
current_branch: ${{ github.ref_name }}
IS_CREATE_RELEASE: false
FILEBASE_BUCKET_NAME: ${{ vars.FILEBASE_BUCKET_NAME }}
secrets:
W3S_TOKEN: ${{ secrets.W3S_TOKEN }}
GW3_TOKEN: ''
W3S_PROOF: ${{ secrets.W3S_PROOF }}
GW3_TOKEN: ${{ secrets.GW3_TOKEN }}
GW3_ACCESS_KEY: ${{ secrets.GW3_ACCESS_KEY }}
FILEBASE_TOKEN: ${{ secrets.FILEBASE_TOKEN }}
5 changes: 5 additions & 0 deletions .github/workflows/ci-ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@ jobs:
current_branch: ${{ github.ref_name }}
IS_CREATE_RELEASE: ${{ needs.prepare-for-ipfs.outputs.is_create_release == 'true' }}
tag: ${{ needs.prepare-for-ipfs.outputs.tag }}
FILEBASE_BUCKET_NAME: ${{ vars.FILEBASE_BUCKET_NAME }}
secrets:
W3S_TOKEN: ${{ secrets.W3S_TOKEN }}
W3S_PROOF: ${{ secrets.W3S_PROOF }}
GW3_TOKEN: ${{ secrets.GW3_TOKEN }}
GW3_ACCESS_KEY: ${{ secrets.GW3_ACCESS_KEY }}
FILEBASE_TOKEN: ${{ secrets.FILEBASE_TOKEN }}

0 comments on commit 15b6bb7

Please sign in to comment.