Skip to content

Commit

Permalink
[MOSIP-29167]added reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakshitha650 committed Sep 21, 2023
1 parent 9fe3ebe commit dd58bff
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/clear-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd58bff

Please sign in to comment.