Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 2ed6678

Browse files
committed
feat(ci): publish package to aur
1 parent 4009f10 commit 2ed6678

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
docker_token: ${{ secrets.DOCKERHUB_TOKEN }}
1818
gh_pat: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1919
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
20-
fury_token: ${{ secrets.FURY_TOKEN }}
20+
fury_token: ${{ secrets.FURY_TOKEN }}
21+
aur_key: ${{ secrets.AUR_KEY }}

0 commit comments

Comments
 (0)