Skip to content

Commit

Permalink
ci: goreleaser github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefcipa committed May 15, 2024
1 parent b1cfcbf commit 57d6a7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
version: '~> v1'
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ brews:
name: homebrew-novus
git:
url: 'git@github.com:jozefcipa/homebrew-novus.git'
private_key: '{{ .Env.GITHUB_TOKEN }}'
private_key: '{{ .Env.GH_PRIVATE_KEY }}'
directory: .

# Setting this will prevent goreleaser to actually try to commit the updated
Expand Down

0 comments on commit 57d6a7a

Please # to comment.