Deploy Weeklynet #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Weeklynet | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 1 * * 3" # Runs at 1am every Wednesday | |
jobs: | |
deploy: | |
name: Deploy to weeklynet | |
uses: ./.github/workflows/deploy-teztnet.yml | |
secrets: inherit | |
with: | |
network: weeklynet |