Skip to content

Commit 8c9284f

Browse files
Update repo url endpoint
1 parent 6102303 commit 8c9284f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/private-access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
curl -X PUT \
2020
-H "Authorization: token $TOKEN" \
2121
-H "Accept: application/vnd.github.v3+json" \
22-
https://api.github.com/repos/recodehive/Job-Seeker/collaborators/${USERNAME} \
22+
https://api.github.com/repos/recodehive/Opensource-practice/collaborators/${USERNAME} \
2323
-d '{"permission": "pull"}'
2424
2525
- name: Handle Errors
2626
if: failure()
27-
run: echo "An error occurred while processing the request."
27+
run: echo "An error occurred while processing the request."

0 commit comments

Comments
 (0)