From dd58bffa4183ce1ce6f61cf2013bdb29addc1aba Mon Sep 17 00:00:00 2001 From: Rakshitha650 Date: Thu, 21 Sep 2023 19:11:03 +0530 Subject: [PATCH] [MOSIP-29167]added reusable workflow --- .github/workflows/clear-artifacts.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/clear-artifacts.yml b/.github/workflows/clear-artifacts.yml index 75b8aa96454..b98fd748405 100644 --- a/.github/workflows/clear-artifacts.yml +++ b/.github/workflows/clear-artifacts.yml @@ -5,9 +5,4 @@ on: jobs: delete-artifacts: - runs-on: ubuntu-latest - steps: - - uses: kolpav/purge-artifacts-action@v1 - with: - token: ${{ secrets. access_token }} - expire-in: 2days # Setting this to 0 will delete all artifacts + uses: mosip/kattu/.github/workflows/clear-artifacts.yml@master