Skip to content

Commit

Permalink
Merge pull request #487 from yashksaini-coder/main
Browse files Browse the repository at this point in the history
Update repo url endpoint
  • Loading branch information
sanjay-kv authored Jan 8, 2025
2 parents 6102303 + 8c9284f commit 335c00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/private-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
curl -X PUT \
-H "Authorization: token $TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/recodehive/Job-Seeker/collaborators/${USERNAME} \
https://api.github.com/repos/recodehive/Opensource-practice/collaborators/${USERNAME} \
-d '{"permission": "pull"}'
- name: Handle Errors
if: failure()
run: echo "An error occurred while processing the request."
run: echo "An error occurred while processing the request."

0 comments on commit 335c00e

Please sign in to comment.