mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
Fix cask bump
This commit is contained in:
9
.github/workflows/github_actions.yml
vendored
9
.github/workflows/github_actions.yml
vendored
@@ -421,12 +421,15 @@ jobs:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release-url: ${{ steps.create_release.outputs.upload_url }}
|
||||
- name: Bump Cask
|
||||
env:
|
||||
HOMEBREW_GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
|
||||
run: |
|
||||
if [ -n "${{ secrets.HOMEBREW_GITHUB_TOKEN }}" ]; then
|
||||
curl -L \ 12:14:04
|
||||
if [ -n "${HOMEBREW_GITHUB_TOKEN}" ]; then
|
||||
curl -L \
|
||||
-X POST \
|
||||
-H "Accept: application/vnd.github+json" \
|
||||
-H "Authorization: Bearer ${{ secrets.HOMEBREW_GITHUB_TOKEN }}" \
|
||||
-H "Authorization: Bearer ${HOMEBREW_GITHUB_TOKEN}" \
|
||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
https://api.github.com/repos/vrcx-team/homebrew-vrcx-tap/actions/workflows/bump.yml/dispatches \
|
||||
-d '{"ref":"main"}'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user