fix(Actions): delete-older-releases requires token
This commit is contained in:
parent
de8f076c5c
commit
883addc64d
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -70,6 +70,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Keep only the last 7 nightly builds, any other nightlies will be removed
|
- name: Keep only the last 7 nightly builds, any other nightlies will be removed
|
||||||
uses: dev-drprasad/delete-older-releases@v0.2.0
|
uses: dev-drprasad/delete-older-releases@v0.2.0
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
keep_latest: 7
|
keep_latest: 7
|
||||||
delete_tag_pattern: nightly
|
delete_tag_pattern: nightly
|
||||||
|
Reference in New Issue
Block a user