Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 105e68f036 | |||
| 792878d6f3 |
+3
-2
@@ -151,7 +151,7 @@ homebrew_casks:
|
||||
repository:
|
||||
owner: tamnd
|
||||
name: homebrew-tap
|
||||
token: '{{ index .Env "HOMEBREW_TAP_GITHUB_TOKEN" }}'
|
||||
token: '{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}'
|
||||
directory: Casks
|
||||
homepage: https://github.com/tamnd/kage
|
||||
description: Clone any website for offline viewing, with the JavaScript stripped out
|
||||
@@ -168,7 +168,8 @@ scoops:
|
||||
repository:
|
||||
owner: tamnd
|
||||
name: scoop-bucket
|
||||
token: '{{ index .Env "SCOOP_BUCKET_GITHUB_TOKEN" }}'
|
||||
token: '{{ .Env.SCOOP_BUCKET_GITHUB_TOKEN }}'
|
||||
directory: bucket
|
||||
homepage: https://github.com/tamnd/kage
|
||||
description: Clone any website for offline viewing, with the JavaScript stripped out
|
||||
license: MIT
|
||||
|
||||
Reference in New Issue
Block a user