Skip to content

Commit

Permalink
Add autorelease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjam committed Mar 18, 2024
1 parent 14df00b commit a7d4813
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on:
workflow_dispatch: {}
schedule:
- cron: '00 13 * * 2'

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

0 comments on commit a7d4813

Please sign in to comment.