mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
Fix permission
[skip ci]
This commit is contained in:
parent
6ec50ba161
commit
fdef0bfbff
|
@ -15,4 +15,6 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run script
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: cd .github/delete-old-container-images/ && npm ci && node index.js
|
||||
|
|
Loading…
Reference in New Issue
Block a user