Trying with PAT

This commit is contained in:
Sys 2021-07-30 00:32:17 +02:00
parent c7e97e4a43
commit 8390f6c73f
No known key found for this signature in database
GPG Key ID: 3CD2C29F8AB39BFD
1 changed files with 4 additions and 1 deletions

View File

@ -13,5 +13,8 @@ jobs:
- name: Delete oldest package
uses: actions/delete-package-versions@v1
with:
owner: 'sysbot-org'
repo: 'tgscraper'
package-name: 'tgscraper'
num-old-versions-to-delete: 1
num-old-versions-to-delete: 1
token: ${{ secrets.PAT }}