This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Add Unified CI to new Go repositories #74
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: Add Unified CI to new Go repositories | |
on: | |
schedule: | |
- cron: "0 0 * * 0" # https://crontab.guru/every-week | |
workflow_dispatch: | |
jobs: | |
add-unified-ci-to-new-go-repos: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: ./.github/actions/add-unified-ci-to-new-go-repos | |
with: | |
GITHUB_TOKEN: ${{ secrets.WEB3_BOT_GITHUB_TOKEN }} |