Skip to content

Commit

Permalink
Add GOV.UK Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csutter committed Nov 20, 2023
1 parent 308e27f commit 2437168
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main

jobs:
release:
if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
name: Release
uses: alphagov/govuk-infrastructure/.github/workflows/release.yml@main
secrets:
GH_TOKEN: ${{ secrets.GOVUK_CI_GITHUB_API_TOKEN }}

0 comments on commit 2437168

Please sign in to comment.