mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 09:26:52 +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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 9 * * *
|
- cron: 0 9 * * *
|
4
.github/workflows/hook_copr.yml
vendored
4
.github/workflows/hook_copr.yml
vendored
@ -12,7 +12,9 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
permissions: read-all
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-copr-hook:
|
build-copr-hook:
|
||||||
|
Loading…
Reference in New Issue
Block a user