kopia lustrzana https://github.com/meshtastic/firmware
meshtasticd debian: secrets perms (#5751)
rodzic
b2a89b8136
commit
02a5a91da0
|
@ -1,6 +1,10 @@
|
|||
name: Build Debian Source Package
|
||||
|
||||
on: workflow_call
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
PPA_GPG_PRIVATE_KEY:
|
||||
required: true
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
@ -130,6 +130,7 @@ jobs:
|
|||
|
||||
package-ppa:
|
||||
uses: ./.github/workflows/package_ppa.yml
|
||||
secrets: inherit
|
||||
|
||||
package-raspbian:
|
||||
uses: ./.github/workflows/package_raspbian.yml
|
||||
|
|
|
@ -2,6 +2,9 @@ name: Package Launchpad PPA
|
|||
|
||||
on:
|
||||
workflow_call:
|
||||
secrets:
|
||||
PPA_GPG_PRIVATE_KEY:
|
||||
required: true
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
@ -11,6 +14,7 @@ permissions:
|
|||
jobs:
|
||||
build-debian-src:
|
||||
uses: ./.github/workflows/build_debian_src.yml
|
||||
secrets: inherit
|
||||
|
||||
package-ppa:
|
||||
runs-on: ubuntu-24.04
|
||||
|
|
Ładowanie…
Reference in New Issue