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: packages-cleanup:
name: "Docker Package Cleanup" name: "Docker Package Cleanup"
uses: ./.github/workflows/packages-cleanup.yml uses: ./.github/workflows/packages-cleanup.yml
permissions:
packages: write
with: with:
package_name: 'freqtrade' package_name: 'freqtrade'

View File

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