diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 3aaa84e38..9b1755c33 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -13,12 +13,8 @@ permissions: jobs: build-signed: secrets: - DEV_PASSWORD: - description: 'A password to unlock the private key' - required: true - DEV_SIGNING_KEY: - description: 'the private key' - required: true + DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }} + DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }} runs-on: ubuntu-latest steps: - name: GetText @@ -56,12 +52,8 @@ jobs: trunk-signed: secrets: - DEV_PASSWORD: - description: 'A password to unlock the private key' - required: true - DEV_SIGNING_KEY: - description: 'the private key' - required: true + DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }} + DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }} runs-on: ubuntu-latest steps: - name: GetText