From 9a095f26b68e0f9b76d97322fdf5ad776c2acb1f Mon Sep 17 00:00:00 2001 From: marcus-daily <111281783+marcus-daily@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:45:55 +0100 Subject: [PATCH] Add secrets --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d17b3fc..908019b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,6 +21,9 @@ jobs: sdk: name: "SDK" runs-on: ubuntu-latest + env: + RTVI_GPG_SIGNING_KEY: ${{ secrets.RTVI_GPG_SIGNING_KEY }} + RTVI_GPG_SIGNING_PASSPHRASE: ${{ secrets.RTVI_GPG_SIGNING_PASSPHRASE }} steps: - name: Checkout repo uses: actions/checkout@v4