Adjust quick install guide since we are making a repository on the fl… #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Debian package | |
# | |
# Description | |
# | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
Debian: | |
uses: armbian/scripts/.github/workflows/pack-debian.yml@master | |
with: | |
matrix: "all:jammy" | |
maintainer: "Igor Pecovnik <[email protected]>" | |
package: "configng" | |
licence: "GPL 2.0" | |
homepage: "https://www.armbian.com" | |
section: "default" | |
priority: "optional" | |
depends: "bash" | |
description: "Configng" | |
secrets: | |
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY1 }} | |
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE1 }} |