Fix daily packaging perms (#5836)

This commit is contained in:
Austin
2025-01-13 13:20:22 +08:00
committed by GitHub
co-authored by GitHub
parent e0f97c9306
commit 4dc8d6e400
2 changed files with 4 additions and 2 deletions
@@ -1,4 +1,4 @@
name: Nightly Packaging
name: Daily Packaging
on:
schedule:
- cron: 0 9 * * *
+3 -1
View File
@@ -12,7 +12,9 @@ on:
required: true
type: string
permissions: read-all
permissions:
contents: write
packages: write
jobs:
build-copr-hook: