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 8f8eecf commit fb84912Copy full SHA for fb84912
1 file changed
.github/workflows/detect-new-repos.yml
@@ -16,7 +16,7 @@ jobs:
16
run: |
17
# Fetch latest repo
18
RESPONSE=$(curl -s -H "Authorization: token $GH_PAT" \
19
- "https://api.github.com/orgs/The-Bulls/repos?sort=created&per_page=1")
+ "https://api.github.com/orgs/ALX-SE-Algorithmia/repos?sort=created&per_page=1")
20
21
echo "GitHub API Response: $RESPONSE"
22
@@ -41,7 +41,7 @@ jobs:
41
# Trigger the sync workflow
42
curl -X POST -H "Authorization: token $GH_PAT" \
43
-H "Accept: application/vnd.github.everest-preview+json" \
44
- "https://api.github.com/repos/The-Bulls/.github/dispatches" \
+ "https://api.github.com/repos/ALX-SE-Algorithmia/.github/dispatches" \
45
-d "{\"event_type\": \"new_repo_created\", \"client_payload\": {\"repo_full_name\": \"$NEW_REPO\"}}"
46
else
47
echo "No new repositories found."
0 commit comments