Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2da5223fdd
|
|||
|
e4440ff3a4
|
|||
|
560f086656
|
@@ -26,5 +26,6 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
run: |
|
||||
docker run --rm \
|
||||
-e GITEA_TOKEN=${{ secrets.GITEA_TOKEN }} \
|
||||
-e GITEA_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||
-e RELEASE_TOKEN=${{ secrets.RELEASE_TOKEN }} \
|
||||
gitnow-release release
|
||||
|
||||
@@ -53,7 +53,7 @@ homebrew_casks:
|
||||
repository:
|
||||
owner: kjuulh
|
||||
name: homebrew-tap
|
||||
token: "{{ .Env.GITEA_TOKEN }}"
|
||||
token: "{{ .Env.RELEASE_TOKEN }}"
|
||||
url:
|
||||
template: "https://git.kjuulh.io/kjuulh/gitnow/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
homepage: "https://gitnow-client.prod.kjuulh.app"
|
||||
|
||||
Reference in New Issue
Block a user