Skip to content

Commit

Permalink
envの指定のシンタックスエラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Sep 30, 2024
1 parent 44c2b53 commit 31c073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
SHA256=$(curl -L "${browser_download_url}" | sha256sum | cut -d ' ' -f 1)
- name: dispatch
env:
GITHUB_TOKEN=${{ secrets.HOMEBREW_MACSKK_TOKEN }}
GITHUB_TOKEN: ${{ secrets.HOMEBREW_MACSKK_TOKEN }}
run: |
curl \
-H "Authorization token $GITHUB_TOKEN" \
Expand Down

0 comments on commit 31c073d

Please sign in to comment.