-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb217d1
commit 209fe1b
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,3 +38,4 @@ jobs: | |
args: release --rm-dist | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} | ||
AUR_KEY: ${{ secrets.AUR_KEY }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,23 @@ nfpms: | |
- deb | ||
- rpm | ||
brews: | ||
- name: medots | ||
homepage: https://github.com/aminehmida/medots | ||
tap: | ||
owner: aminehmida | ||
name: homebrew-medots | ||
- name: medots | ||
homepage: https://github.com/aminehmida/medots | ||
tap: | ||
owner: aminehmida | ||
name: homebrew-medots | ||
aurs: | ||
- homepage: https://github.com/aminehmida/medots | ||
description: "Cross-platform dot config files manager using a yaml file." | ||
maintainers: | ||
- 'Amine Hmida <amine hmida at gmail dot com>' | ||
license: GPL-3.0 | ||
git_url: 'ssh://[email protected]/medots-bin.git' | ||
commit_author: | ||
name: Amine Hmida | ||
email: [email protected] | ||
private_key: '{{ .Env.AUR_KEY }}' | ||
skip_upload: false | ||
checksum: | ||
name_template: 'checksums_sha256.txt' | ||
snapshot: | ||
|