Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: broken indentation
Browse files Browse the repository at this point in the history
Fixes the broken indentation for yaml
mr-uniswap authored Jul 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 17cbcbe commit 1bdf57f
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
@@ -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

0 comments on commit 1bdf57f

Please sign in to comment.