Skip to content

Commit f1f20a7

Browse files
author
yashksaini-coder
committed
fix: 🐛 Update repository name in private access workflow
1 parent 76af284 commit f1f20a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/private-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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/REPO-NAME/collaborators/${USERNAME} \
22+
https://api.github.com/repos/recodehive/Job-Seeker/collaborators/${USERNAME} \
2323
-d '{"permission": "pull"}'
2424
2525
- name: Handle Errors

0 commit comments

Comments
 (0)