mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
Bumps [taiki-e/github-actions/.github/workflows/gen.yml](https://github.com/taiki-e/github-actions) from 2026.7.3 to 2026.8.8. - [Release notes](https://github.com/taiki-e/github-actions/releases) - [Commits](https://github.com/taiki-e/github-actions/compare/e6a1170cbd07eb898017958967912976fce18f2d...dc24bff2366e8ddeea5e0e4168df3d6f4b93f596) --- updated-dependencies: - dependency-name: taiki-e/github-actions/.github/workflows/gen.yml dependency-version: 2026.8.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
804 B
YAML
34 lines
804 B
YAML
name: Manifest
|
|
|
|
permissions: {}
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- dev
|
|
- ci-*
|
|
schedule:
|
|
- cron: '0 0,3,6,9,12,15,18,21 * * *'
|
|
workflow_dispatch:
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
manifest:
|
|
uses: taiki-e/github-actions/.github/workflows/gen.yml@dc24bff2366e8ddeea5e0e4168df3d6f4b93f596 # 2026.8.8
|
|
permissions:
|
|
contents: write # for creating branch for pr
|
|
secrets:
|
|
PR_TOKEN_APP_PRIVATE_KEY: ${{ secrets.PR_TOKEN_APP_PRIVATE_KEY }}
|
|
with:
|
|
script: tools/manifest.sh
|
|
commit-script: tools/ci/manifest.sh
|
|
title: Update manifest
|
|
branch: update-manifest
|
|
install-cosign: true
|
|
install-parse-changelog: true
|