Skip to content
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

Add Unified CI to new Go repositories

Add Unified CI to new Go repositories #74

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 }}