Skip to content

Commit

Permalink
Revert "Revert "fix: broken indentation (#1817)" (#1821)"
Browse files Browse the repository at this point in the history
This reverts commit 5af4de7.
  • Loading branch information
matteenm authored Jul 22, 2024
1 parent 5af4de7 commit 83670af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:
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
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
Expand Down

0 comments on commit 83670af

Please sign in to comment.