Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/tool-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
required: true

permissions: {}

jobs:
create_release:
name: Create Release
Expand Down Expand Up @@ -57,16 +58,3 @@ jobs:
floating_tag="v${tag%%.*}"
git tag $floating_tag
git push origin $floating_tag

tag-application-repository:
needs: create_release
name: Tag orphaned-record-continuity tag
permissions:
contents: write
id-token: write
uses: NHSDigital/orphaned-record-continuity/.github/workflows/tool-create-release.yml@main
with:
environment: dev
tag: ${{ inputs.tag }}
secrets:
IAM_ROLE: ${{ secrets.IAM_ROLE }}
Loading