Add github token to cleanup job

This commit is contained in:
Knutwurst
2021-04-18 21:09:17 +02:00
parent 5fcc39c8b2
commit 589cd31743

View File

@@ -9,5 +9,5 @@ jobs:
steps: steps:
- uses: kolpav/purge-artifacts-action@v1 - uses: kolpav/purge-artifacts-action@v1
with: with:
token: $ token: ${{ secrets.GITHUB_TOKEN }}
expire-in: 7days # Set this to 0 to delete all artifacts expire-in: 7days # Set this to 0 to delete all artifacts