Skip to content
Snippets Groups Projects
Commit ea109704 authored by Job van der Voort's avatar Job van der Voort
Browse files

everything in header

parent 23665d25
No related branches found
No related tags found
1 merge request!6949gitlab.com issue #229 - no_avatar.png path in coffee
Loading
Loading
@@ -5,15 +5,16 @@ If you want to easily add the same deploy key to multiple projects in the same g
First, find the ID of the projects you're interested in, by either listing all projects:
 
```
curl https://gitlab.com/api/v3/projects?private_token=abcdef
curl --header 'PRIVATE-TOKEN: abcdef' https://gitlab.com/api/v3/projects
```
 
Or finding the id of a group and then listing all projects in that group:
 
```
curl https://gitlab.com/api/v3/groups?private_token=abcdef
curl --header 'PRIVATE-TOKEN: abcdef' https://gitlab.com/api/v3/groups
 
curl https://gitlab.com/api/v3/groups/1234?private_token=abcdef # where the id of the group is 1234
# For group 1234:
curl --header 'PRIVATE-TOKEN: abcdef' https://gitlab.com/api/v3/groups/1234
```
 
With those IDs, add the same deploy key to all:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment