Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
eemmiillyy committed Jul 23, 2024
1 parent e15e5f2 commit be8fd04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
update-homebrew:
needs: [publish-cli-assets]
uses: ./.github/workflows/update-homebrew.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_sha: ${{ github.sha }}
version: ${{ needs.release.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
repository: xataio/homebrew-brew
ref: 'main'
token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: setup git config
Expand Down

0 comments on commit be8fd04

Please sign in to comment.