From db88bede05912f7d2bf257e379ac6ceaaaf47dbf Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 12 Jun 2025 14:06:06 -0400 Subject: sync --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0854657ec..2d91267fd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,6 +32,12 @@ jobs: with: bun-version: 1.2.16 + - name: Setup SSH for AUR + run: | + mkdir -p ~/.ssh + echo "${{ secrets.AUR_KEY }}" > ~/.ssh/id_rsa + chmod 600 ~/.ssh/id_rsa + - run: | bun install ./script/publish.ts -- cgit v1.2.3