From c95878dd7d401c89056f6893597c4b27331e04ea Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Thu, 4 Jan 2024 13:01:10 +0100 Subject: [PATCH] fixup --- .github/workflows/test.yml | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18c8fed..9346be8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,8 @@ jobs: - uses: actions/checkout@v3 - name: "Create keychain" + env: + MACOS_PEM: ${{ secrets.MACOS_PEM }} run: | . $HOME/.asdf/asdf.sh mix desktop.create_keychain diff --git a/.gitignore b/.gitignore index b03e8b8..75431f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/tmp +tmp.pem +.DS_Store # The directory Mix will write compiled artifacts to. /_build/