Fix permission

[skip ci]
This commit is contained in:
genteure 2022-05-19 19:03:16 +08:00
parent 6ec50ba161
commit fdef0bfbff

View File

@ -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