Update patch.yml

This commit is contained in:
FiorenMas
2023-03-27 21:33:30 +07:00
committed by GitHub
parent 0464de7d62
commit 9f5f5602da

View File

@@ -66,14 +66,14 @@ jobs:
tag_name: Revanced-Extended tag_name: Revanced-Extended
body_path: ${{ github.workspace }}-CHANGELOG.txt body_path: ${{ github.workspace }}-CHANGELOG.txt
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Delete workflow runs - name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2 uses: Mattraks/delete-workflow-runs@v2
with: with:
token: ${{ github.token }} token: ${{ github.token }}
repository: ${{ github.repository }} repository: ${{ github.repository }}
retain_days: 5 retain_days: 0
keep_minimum_runs: 5 keep_minimum_runs: 5
permissions: write-all permissions: write-all