mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-02 11:55:56 +00:00
meshtasticd debian: secrets perms (#5751)
This commit is contained in:
parent
b2a89b8136
commit
02a5a91da0
6
.github/workflows/build_debian_src.yml
vendored
6
.github/workflows/build_debian_src.yml
vendored
@ -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
|
||||
|
1
.github/workflows/main_matrix.yml
vendored
1
.github/workflows/main_matrix.yml
vendored
@ -130,6 +130,7 @@ jobs:
|
||||
|
||||
package-ppa:
|
||||
uses: ./.github/workflows/package_ppa.yml
|
||||
secrets: inherit
|
||||
|
||||
package-raspbian:
|
||||
uses: ./.github/workflows/package_raspbian.yml
|
||||
|
4
.github/workflows/package_ppa.yml
vendored
4
.github/workflows/package_ppa.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user