We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9f163 commit f33d387Copy full SHA for f33d387
.github/workflows/notify-mono.yml
@@ -12,11 +12,11 @@ jobs:
12
- name: Send repository dispatch to mono repo
13
run: |
14
MONO_REPO="GenieCoderSrc/genie_coder_monorepo"
15
-
+
16
echo "📢 Sending repository_dispatch to $MONO_REPO ..."
17
18
curl -X POST \
19
-H "Accept: application/vnd.github.v3+json" \
20
- -H "Authorization: token ${{ secrets.GH_PAT }}" \
+ -H "Authorization: token ${{ secrets.MONO_REPO_PAT }}" \
21
"https://api.github.com/repos/$MONO_REPO/dispatches" \
22
-d '{"event_type":"sync-from-original", "client_payload": {"repo_name": "'"$(basename $GITHUB_REPOSITORY)"'"}}'
0 commit comments