ci: Update config

This commit is contained in:
Taiki Endo
2026-03-22 22:20:46 +09:00
parent 0673e7604e
commit ef1e8ec3f0
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ on:
- dev - dev
- ci-* - ci-*
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 2 * * *'
workflow_dispatch: workflow_dispatch:
env: env:

View File

@@ -44,4 +44,5 @@ jobs:
permissions: permissions:
contents: write # for taiki-e/create-gh-release-action contents: write # for taiki-e/create-gh-release-action
id-token: write # for rust-lang/crates-io-auth-action id-token: write # for rust-lang/crates-io-auth-action
attestations: write # unused (used when options for uploading binaries are set)
secrets: inherit secrets: inherit