Skip to content

Commit ed958c4

Browse files
committed
Fix git-try-push token
1 parent cfc178a commit ed958c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Push commits
3535
uses: Homebrew/actions/git-try-push@master
3636
with:
37-
token: $${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}
37+
token: ${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}
3838
branch: main
3939

4040
- name: Delete branch

0 commit comments

Comments
 (0)