Skip to content

Commit

Permalink
[fix] Add AUR_KEY env var to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Nov 16, 2023
1 parent 341a931 commit fa6edd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Expects secrets:
# GITHUB_TOKEN - token for the wander repository, provided in GitHub Action
# HOMEBREW_TAP_GITHUB_TOKEN - token for the homebrew tap repository, must be set
# AUR_KEY - key for the AUR repository, must be set

name: release

Expand Down Expand Up @@ -33,3 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ brews:
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

aurs:
-
name: "wander-bin"
- name: "wander-bin"
homepage: "https://github.com/robinovitch61/wander"
description: "An efficient terminal application/TUI for interacting with your HashiCorp Nomad cluster."
maintainers:
Expand All @@ -82,6 +81,7 @@ aurs:
commit_author:
name: "Leo Robinovitch"
email: "[email protected]"
skip_upload: true

gomod:
proxy: true

0 comments on commit fa6edd7

Please sign in to comment.