#!/bin/sh

header='Accept: application/vnd.github.v3+json'
token=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
base=https://api.github.com

curl -H"${header}" -H"Authorization: token ${token}" $base/users/wellflat/repos?sort=pushed
