From f1f20a756350089b12d972b1e05add41091c457a Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Wed, 8 Jan 2025 17:01:15 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20Update=20repository=20nam?= =?UTF-8?q?e=20in=20private=20access=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/private-access.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/private-access.yml b/.github/workflows/private-access.yml index 24d2476..965a417 100644 --- a/.github/workflows/private-access.yml +++ b/.github/workflows/private-access.yml @@ -19,7 +19,7 @@ jobs: curl -X PUT \ -H "Authorization: token $TOKEN" \ -H "Accept: application/vnd.github.v3+json" \ - https://api.github.com/repos/recodehive/REPO-NAME/collaborators/${USERNAME} \ + https://api.github.com/repos/recodehive/Job-Seeker/collaborators/${USERNAME} \ -d '{"permission": "pull"}' - name: Handle Errors