We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8686b56 commit b0c3f2fCopy full SHA for b0c3f2f
.github/workflows/ci.yml
@@ -593,5 +593,7 @@ jobs:
593
packages-cleanup:
594
name: "Docker Package Cleanup"
595
uses: ./.github/workflows/packages-cleanup.yml
596
+ permissions:
597
+ packages: write
598
with:
599
package_name: 'freqtrade'
.github/workflows/packages-cleanup.yml
@@ -25,9 +25,6 @@ on:
25
default: true
26
type: boolean
27
28
-permissions:
29
- contents: read
30
-
31
env:
32
PACKAGE_NAME: "freqtrade"
33
0 commit comments