Skip to content

Commit

Permalink
Fix git-try-push token
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 12, 2021
1 parent cfc178a commit ed958c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Push commits
uses: Homebrew/actions/git-try-push@master
with:
token: $${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}
token: ${{ secrets.OSX_CROSS_TESTS_HOMEBREW_GITHUB_API_TOKEN }}
branch: main

- name: Delete branch
Expand Down

0 comments on commit ed958c4

Please sign in to comment.