Skip to content

Add existing contract verification example in Forge #4

Add existing contract verification example in Forge

Add existing contract verification example in Forge #4

on: [push]
jobs:
deploy-gnosis:

Check failure on line 3 in .github/workflows/integration-deployment.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-deployment.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/integration-deployment.yaml (Line: 3, Col: 3): Error calling workflow 'sealer3/otterscan/.github/workflows/pages-deployment.yaml@ea1bfcfc00e3b47ea9f35a7838fc4fd69b276081'. The nested job 'deploy-cloudflare' is requesting 'deployments: write', but is only allowed 'deployments: none'.
uses: ./.github/workflows/pages-deployment.yaml
secrets:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ secrets.CLOUDFLARE_INTEG_GNOSIS_PROJECT }}
viteConfigJson: ${{ secrets.CLOUDFLARE_INTEG_GNOSIS_SETTINGS }}
deploy-op-mainnet:
uses: ./.github/workflows/pages-deployment.yaml
secrets:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ secrets.CLOUDFLARE_INTEG_OP_MAINNET_PROJECT }}
viteConfigJson: ${{ secrets.CLOUDFLARE_INTEG_OP_MAINNET_SETTINGS }}