Skip to content

Commit

Permalink
feat(ci): publish package to aur
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Jul 22, 2022
1 parent 4009f10 commit 2ed6678
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
docker_token: ${{ secrets.DOCKERHUB_TOKEN }}
gh_pat: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
fury_token: ${{ secrets.FURY_TOKEN }}
fury_token: ${{ secrets.FURY_TOKEN }}
aur_key: ${{ secrets.AUR_KEY }}

0 comments on commit 2ed6678

Please sign in to comment.