mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +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 }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
release-url: ${{ steps.create_release.outputs.upload_url }}
|
release-url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
- name: Bump Cask
|
- name: Bump Cask
|
||||||
|
env:
|
||||||
|
HOMEBREW_GITHUB_TOKEN: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
if [ -n "${{ secrets.HOMEBREW_GITHUB_TOKEN }}" ]; then
|
if [ -n "${HOMEBREW_GITHUB_TOKEN}" ]; then
|
||||||
curl -L \ 12:14:04
|
curl -L \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-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" \
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
https://api.github.com/repos/vrcx-team/homebrew-vrcx-tap/actions/workflows/bump.yml/dispatches \
|
https://api.github.com/repos/vrcx-team/homebrew-vrcx-tap/actions/workflows/bump.yml/dispatches \
|
||||||
-d '{"ref":"main"}'
|
-d '{"ref":"main"}'
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user