We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76af284 commit f1f20a7Copy full SHA for f1f20a7
.github/workflows/private-access.yml
@@ -19,7 +19,7 @@ jobs:
19
curl -X PUT \
20
-H "Authorization: token $TOKEN" \
21
-H "Accept: application/vnd.github.v3+json" \
22
- https://api.github.com/repos/recodehive/REPO-NAME/collaborators/${USERNAME} \
+ https://api.github.com/repos/recodehive/Job-Seeker/collaborators/${USERNAME} \
23
-d '{"permission": "pull"}'
24
25
- name: Handle Errors
0 commit comments