Skip to content

Commit

Permalink
fix: 🐛 Update repository name in private access workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Jan 8, 2025
1 parent 76af284 commit f1f20a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/private-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1f20a7

Please sign in to comment.