Skip to content

Instantly share code, notes, and snippets.

View jmenan's full-sized avatar

Julien Menan jmenan

View GitHub Profile
#!/bin/bash
set -eou pipefail
#set -x
token=${1};
team_id="2159964"; # how to get team id : https://api.github.com/orgs/TheMenu/teams
base_url="https://api.github.com";
status_code_github=$(curl --max-time 10 -s -o /dev/null -w "%{http_code}" https://api.github.com);
key_file="/opt/app/.ssh/authorized_keys";
key_file_temp="/opt/app/.ssh/authorized_keys_temp";