Skip to content

Commit

Permalink
Update the workflow to read the validate-package.yml workflow from a …
Browse files Browse the repository at this point in the history
…shared repository
  • Loading branch information
FrostyApeOne authored and FrostyApeOne committed Feb 4, 2025
1 parent b9a6bf3 commit 4b5b03e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 210 deletions.
85 changes: 0 additions & 85 deletions .github/policy/packages-policy.json

This file was deleted.

99 changes: 0 additions & 99 deletions .github/scripts/validate-packages.ps1

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
echo "release=${RELEASE}" >> $GITHUB_OUTPUT
validate-packages:
permissions:
contents: read
name: Run Package Validation
needs: [ set-env ]
uses: ./.github/workflows/validate-packages.yml
uses: DFE-Digital/rsd-github-actions/.github/workflows/validate-packages.yml
with:
environment: ${{ needs.set-env.outputs.environment }}

Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/validate-packages.yml

This file was deleted.

0 comments on commit 4b5b03e

Please sign in to comment.