Skip to content

Commit f33d387

Browse files
Added MONO_REPO_PAT
1 parent 2a9f163 commit f33d387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/notify-mono.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Send repository dispatch to mono repo
1313
run: |
1414
MONO_REPO="GenieCoderSrc/genie_coder_monorepo"
15-
15+
1616
echo "📢 Sending repository_dispatch to $MONO_REPO ..."
17-
17+
1818
curl -X POST \
1919
-H "Accept: application/vnd.github.v3+json" \
20-
-H "Authorization: token ${{ secrets.GH_PAT }}" \
20+
-H "Authorization: token ${{ secrets.MONO_REPO_PAT }}" \
2121
"https://api.github.com/repos/$MONO_REPO/dispatches" \
2222
-d '{"event_type":"sync-from-original", "client_payload": {"repo_name": "'"$(basename $GITHUB_REPOSITORY)"'"}}'

0 commit comments

Comments
 (0)