mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 02:09:57 +00:00
Fix daily packaging perms (#5836)
This commit is contained in:
parent
e0f97c9306
commit
4dc8d6e400
@ -1,4 +1,4 @@
|
||||
name: Nightly Packaging
|
||||
name: Daily Packaging
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 9 * * *
|
4
.github/workflows/hook_copr.yml
vendored
4
.github/workflows/hook_copr.yml
vendored
@ -12,7 +12,9 @@ on:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
permissions: read-all
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-copr-hook:
|
||||
|
Loading…
Reference in New Issue
Block a user