Skip to content

Automated Dependabot patch release #15

Automated Dependabot patch release

Automated Dependabot patch release #15

name: Automated Dependabot patch release
on:
schedule:
# Run every day at 4:30 UTC = 13:30 JST
- cron: '30 4 * * *'
permissions:
contents: write
jobs:
auto_patch_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: |
cd ./tools/autotagpatch
go run .
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}