Skip to content

Commit

Permalink
Turn off Infura job
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed Oct 24, 2024
1 parent dcad30e commit 951988a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
# service: pinata
# pinataKey: ${{ secrets.PINATA_KEY }}
# pinataSecret: ${{ secrets.PINATA_SECRET }}
- uses: aquiladev/[email protected]
name: Upload to Infura
with:
path: ./public
pinName: ipns.protocol.berlin.${{ github.sha }}
service: infura
infuraProjectId: ${{ secrets.INFURA_ID }}
infuraProjectSecret: ${{ secrets.INFURA_SECRET }}
# - uses: aquiladev/[email protected]
# name: Upload to Infura
# with:
# path: ./public
# pinName: ipns.protocol.berlin.${{ github.sha }}
# service: infura
# infuraProjectId: ${{ secrets.INFURA_ID }}
# infuraProjectSecret: ${{ secrets.INFURA_SECRET }}

0 comments on commit 951988a

Please sign in to comment.