From d48871b490b505b8d3afe8429792981e36b10840 Mon Sep 17 00:00:00 2001 From: Vilsol Date: Tue, 7 Jun 2022 05:07:58 +0300 Subject: [PATCH] please work --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bc0f4ca..f8258ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,11 @@ jobs: - name: Download GQL schema run: "npx graphqurl https://api.ficsit.app/v2/query --introspect -H 'content-type: application/json' > schema.graphql" + - uses: kielabokkie/ssh-key-and-known-hosts-action@v1 + with: + ssh-private-key: ${{ secrets.AUR_KEY }} + ssh-host: aur.archlinux.org + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2 with: