Sha256: 6b3f884d992971b8617835bce4199aa9c8d52961eb64f3370a61cb5533f98358

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

on:
  workflow_dispatch: {}
  schedule:
    - cron: '15 9 * * 1-5' # 9:15am UTC, Mon-Fri.

jobs:
  autorelease:
    uses: alphagov/govuk-infrastructure/.github/workflows/autorelease-rubygem.yml@main
    with:
      gem_name: content_block_tools
    secrets:
      GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
content_block_tools-0.3.1 .github/workflows/autorelease.yml