Skip to content

Commit

Permalink
Change to my repo for testings
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jan 8, 2025
1 parent d049a7f commit 7683241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/apple_release/scripts/trigger-sign-mac-OS-workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer $GITHUB_ACCESS_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/jfrog/jfrog-cli/actions/workflows/prepareDarwinBinariesForRelease.yml/dispatches \
-d "{\"ref\":\"v2\",\"inputs\":{\"releaseVersion\":\"$releaseVersion\",\"binaryFileName\":\"$cliExecutableName\"}}"
https://api.github.com/repos/eyalDelarea/jfrog-cli/actions/workflows/prepareDarwinBinariesForRelease.yml/dispatches \
-d "{\"ref\":\"apple_sign_binary\",\"inputs\":{\"releaseVersion\":\"$releaseVersion\",\"binaryFileName\":\"$cliExecutableName\"}}"

0 comments on commit 7683241

Please sign in to comment.