Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from communitiesuk/FS-3221
Browse files Browse the repository at this point in the history
FS-3221: Migrating package from local to shared workflow
  • Loading branch information
aaronwilliamsv1 authored Jul 19, 2023
2 parents 33329e4 + 94aee92 commit 270e6f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 54 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
paketo_build:
permissions:
packages: write
uses: ./.github/workflows/package.yml
uses: communitiesuk/funding-design-service-workflows/.github/workflows/package.yml@main
with:
version_to_build: $(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
owner: ${{ github.repository_owner }}
application: funding-design-service-account-store
52 changes: 0 additions & 52 deletions .github/workflows/package.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/tag-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
needs: tag-to-release
permissions:
packages: write
uses: ./.github/workflows/package.yml
uses: communitiesuk/funding-design-service-workflows/.github/workflows/package.yml@main
with:
version_to_build: ${{ needs.tag-to-release.outputs.new_tag }}
owner: ${{ github.repository_owner }}
application: funding-design-service-account-store

0 comments on commit 270e6f9

Please sign in to comment.