Add github token to cleanup job
This commit is contained in:
2
.github/workflows/nightly_cleanup.yml
vendored
2
.github/workflows/nightly_cleanup.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user