chore(ci): fix actions permission

This commit is contained in:
Matthias
2025-09-07 09:21:22 +02:00
parent 8686b56b9e
commit b0c3f2ff7f
2 changed files with 2 additions and 3 deletions

View File

@@ -593,5 +593,7 @@ jobs:
packages-cleanup:
name: "Docker Package Cleanup"
uses: ./.github/workflows/packages-cleanup.yml
permissions:
packages: write
with:
package_name: 'freqtrade'

View File

@@ -25,9 +25,6 @@ on:
default: true
type: boolean
permissions:
contents: read
env:
PACKAGE_NAME: "freqtrade"