Skip to content

Commit

Permalink
chore: set up with web3 vault (Uniswap#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-uniswap authored Jul 15, 2024
1 parent 460f5b4 commit 3777d0f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build list
run: yarn build

- name: Load secret
- name: Load NPM secret
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
with:
# Export loaded secrets as environment variables
Expand All @@ -40,6 +40,15 @@ jobs:
with:
token: ${{ env.NPM_TOKEN }}

- name: Load Web 3 deploy secrets
uses: 1password/load-secrets-action@d1a4e73495bde3551cf63f6c048588b8f734e21d
with:
# Export loaded secrets as environment variables
export-env: true
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_WEB3_VAULT_TOKEN }}
CLOUDFLARE_TOKEN: op://web3-deploy-vault/web3-edit-token/token

- name: Pin to IPFS
id: upload
uses: anantaramdas/ipfs-pinata-deploy-action@a551f37c17ec3961df7c3ad52e1cd266dfd3d7e7
Expand All @@ -51,7 +60,7 @@ jobs:

- name: Update DNS with new IPFS hash
env:
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
CLOUDFLARE_TOKEN: ${{ env.CLOUDFLARE_TOKEN }}
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
CLOUDFLARE_GATEWAY_ID: ${{ secrets.CLOUDFLARE_GATEWAY_ID }}
uses: Uniswap/cloudflare-update-web3-gateway@b3205288b1c6d0acb63fa3bd8fb686c72a9e3f3e
Expand Down

0 comments on commit 3777d0f

Please sign in to comment.