Skip to content

Commit

Permalink
Merge pull request #3 from stakpak/stakpak-6162
Browse files Browse the repository at this point in the history
Feat: Add Config Files
  • Loading branch information
kajogo777 authored Dec 15, 2024
2 parents 9dda189 + 1dbb522 commit 04d555f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
- uses: actions/checkout@v4
with:
repository: stakpak/homebrew-stakpak
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

- name: Update Homebrew formula
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
run: |
VERSION=${GITHUB_REF#refs/tags/v}
curl -L "https://github.com/${{ github.repository }}/releases/download/v${VERSION}/stakpak-darwin-x86_64.tar.gz" -o stakpak-darwin-x86_64.tar.gz
Expand Down

0 comments on commit 04d555f

Please sign in to comment.