Skip to content

Update

Update #27

Workflow file for this run

name: Update
on:
schedule:
- cron: '0 23 * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update:
name: Update
uses: hasundue/actions/.github/workflows/update-deno.yml@main
secrets:
GH_TOKEN: ${{ secrets.PAT_UPDATE }}