Skip to content

Commit

Permalink
Update workflow (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M authored Nov 28, 2023
1 parent a73b4ec commit 8f042fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_CLOUDLENS_TOKEN: ${{ secrets.HOMEBREW_CLOUDLENS_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ brews:
repository:
owner: one2nc
name: homebrew-cloudlens
token: "{{.Env.GITHUB_TOKEN}}"
token: "{{.Env.HOMEBREW_CLOUDLENS_TOKEN}}"
commit_author:
name: one2nc
email: [email protected]
Expand Down

0 comments on commit 8f042fe

Please sign in to comment.