Skip to content

Commit 73d993f

Browse files
committed
update github token
1 parent 480330c commit 73d993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: bump homebrew formula
7272
env:
73-
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73+
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
7474
if: ${{ matrix.os == 'macos' && startsWith(github.ref, 'refs/tags/') }}
7575
run: |
7676
brew tap kitlangton/scala-interactive-update

0 commit comments

Comments
 (0)