Skip to content

Commit

Permalink
feat: add support for a NUR (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope authored Jan 9, 2024
1 parent 61a978a commit 48d2593
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WINGET_AUTH_TOKEN: ${{ secrets.WINGET_AUTH_TOKEN }}
TAP_AUTH_TOKEN: ${{ secrets.TAP_AUTH_TOKEN }}
NUR_AUTH_TOKEN: ${{ secrets.NUR_AUTH_TOKEN }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
18 changes: 18 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,21 @@ brews:
name: homebrew-armaria
branch: main
token: "{{ .Env.TAP_AUTH_TOKEN }}"

nix:
- name: armaria
ids:
- armaria-linux-archive
url_template: "https://github.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: Jonathan Hope
email: [email protected]
commit_msg_template: "{{ .ProjectName }}: {{ .Tag }}"
homepage: https://github.com/JonathanHope/armaria
description: Armaria is a fast, open, and local first bookmarks manager.
license: "mit"
repository:
owner: JonathanHope
name: nur-armaria
branch: main
token: "{{ .Env.NUR_ACCESS_TOKEN }}"

0 comments on commit 48d2593

Please sign in to comment.