diff options
| author | Dax Raad <[email protected]> | 2025-06-12 14:06:06 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 14:06:06 -0400 |
| commit | db88bede05912f7d2bf257e379ac6ceaaaf47dbf (patch) | |
| tree | 141f8ff1e5ee8cbfe43a5c2d8d1ff9746bc14661 /.github | |
| parent | d4d218d7d62e5da880c9eaa69e8eabbf455acf84 (diff) | |
| download | opencode-db88bede05912f7d2bf257e379ac6ceaaaf47dbf.tar.gz opencode-db88bede05912f7d2bf257e379ac6ceaaaf47dbf.zip | |
sync
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
