Fix daily packaging perms (#5836)

This commit is contained in:
Austin 2025-01-13 00:20:22 -05:00 committed by GitHub
parent e0f97c9306
commit 4dc8d6e400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Nightly Packaging
name: Daily Packaging
on:
schedule:
- cron: 0 9 * * *

View File

@ -12,7 +12,9 @@ on:
required: true
type: string
permissions: read-all
permissions:
contents: write
packages: write
jobs:
build-copr-hook: