Skip to content

Commit b0c3f2f

Browse files
committed
chore(ci): fix actions permission
1 parent 8686b56 commit b0c3f2f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,5 +593,7 @@ jobs:
593593
packages-cleanup:
594594
name: "Docker Package Cleanup"
595595
uses: ./.github/workflows/packages-cleanup.yml
596+
permissions:
597+
packages: write
596598
with:
597599
package_name: 'freqtrade'

.github/workflows/packages-cleanup.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ on:
2525
default: true
2626
type: boolean
2727

28-
permissions:
29-
contents: read
30-
3128
env:
3229
PACKAGE_NAME: "freqtrade"
3330

0 commit comments

Comments
 (0)