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.
2 parents 6102303 + 8c9284f commit 335c00eCopy full SHA for 335c00e
.github/workflows/private-access.yml
@@ -19,9 +19,9 @@ 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/Job-Seeker/collaborators/${USERNAME} \
+ https://api.github.com/repos/recodehive/Opensource-practice/collaborators/${USERNAME} \
23
-d '{"permission": "pull"}'
24
25
- name: Handle Errors
26
if: failure()
27
- run: echo "An error occurred while processing the request."
+ run: echo "An error occurred while processing the request."
0 commit comments