diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml new file mode 100644 index 00000000..9e097a84 --- /dev/null +++ b/.github/workflows/autorelease.yml @@ -0,0 +1,10 @@ +on: + workflow_dispatch: {} + schedule: + - cron: '30 10 * * 1-5' # 10:30am UTC, Mon-Fri. + +jobs: + autorelease: + uses: alphagov/govuk-infrastructure/.github/workflows/autorelease-rubygem.yml@main + secrets: + GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }} \ No newline at end of file