[INJI-577]: fix clearing of UIN/VID after retreiving it from AID in V… #1167
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Delete old artifacts' | ||
on: | ||
workflow_dispatch: | ||
name: 'Delete old artifacts' | ||
on: | ||
workflow_dispatch: | ||
jobs: | ||
delete-artifacts: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: kolpav/purge-artifacts-action@v1 | ||
with: | ||
token: ${{ secrets.ACTION_PAT }} | ||
expire-in: 2days # Setting this to 0 will delete all artifacts |