Skip to content

test: deploy new account to sepolia #1

test: deploy new account to sepolia

test: deploy new account to sepolia #1

name: account-deployment

Check failure on line 1 in .github/workflows/account_deployment.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/account_deployment.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
interval: "monthly"
env:
RUSTFLAGS: -D warnings
RUST_BACKTRACE: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
env:
BEERUS_TEST_RUN: 1
STARKNET_SEPOLIA_URL: https://starknet-sepolia.g.alchemy.com/starknet/version/rpc/v0_7/${{ secrets.ALCHEMY_KEY }}
ACCOUNT_ADDRESS: ${{secrets.ACCOUNT_ADDRESS}}
PRIVATE_KEY: ${{secrets.PRIVATE_KEY}}
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: rm -rf /opt/hostedtoolcache
- run: cargo test deploy_account_on_sepolia