diff --git a/.github/workflows/private-access.yml b/.github/workflows/private-access.yml index 965a417..f9f7129 100644 --- a/.github/workflows/private-access.yml +++ b/.github/workflows/private-access.yml @@ -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." \ No newline at end of file + run: echo "An error occurred while processing the request."