add secret access to sign.yml
This commit is contained in:
21
.github/workflows/sign.yml
vendored
21
.github/workflows/sign.yml
vendored
@ -4,13 +4,6 @@
|
|||||||
name: Java Signed CI
|
name: Java Signed CI
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
secrets:
|
|
||||||
DEV_PASSWORD:
|
|
||||||
description: 'A password to unlock the private key'
|
|
||||||
required: true
|
|
||||||
DEV_SIGNING_KEY:
|
|
||||||
description: 'the private key'
|
|
||||||
required: true
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
@ -19,6 +12,13 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-signed:
|
build-signed:
|
||||||
|
secrets:
|
||||||
|
DEV_PASSWORD:
|
||||||
|
description: 'A password to unlock the private key'
|
||||||
|
required: true
|
||||||
|
DEV_SIGNING_KEY:
|
||||||
|
description: 'the private key'
|
||||||
|
required: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: GetText
|
- name: GetText
|
||||||
@ -55,6 +55,13 @@ jobs:
|
|||||||
path: ./app/build/outputs/apk/free/debug/app-free-debug.apk
|
path: ./app/build/outputs/apk/free/debug/app-free-debug.apk
|
||||||
|
|
||||||
trunk-signed:
|
trunk-signed:
|
||||||
|
secrets:
|
||||||
|
DEV_PASSWORD:
|
||||||
|
description: 'A password to unlock the private key'
|
||||||
|
required: true
|
||||||
|
DEV_SIGNING_KEY:
|
||||||
|
description: 'the private key'
|
||||||
|
required: true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: GetText
|
- name: GetText
|
||||||
|
Reference in New Issue
Block a user