From c326dbf05ab01e69062ae8cf71852d68e60db73a Mon Sep 17 00:00:00 2001 From: Nick Z <2420177+nickzelei@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:14:31 -0700 Subject: [PATCH] adds missing aurkey env --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67bc87b..172d91f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,3 +61,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_PAT }} # needs to be a user's token because this also pushes to the homebrew repo GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} + AUR_KEY: ${{ secrets.AUR_KEY }}