Update repository ID instructions to new git.sr.ht schema
1 files changed, 1 insertions(+), 1 deletions(-) M git.sr.ht/index.md
M git.sr.ht/index.md => git.sr.ht/index.md +1-1
@@ 329,7 329,7 @@ bearer_token=xrAV8VvqzChACiu+kR7kDdoPl0RcpkQJNplJCHeQ6Tw169H8C4WXIM9m repo_name=example curl --oauth2-bearer $bearer_token \ -G --data-urlencode query='query { repositoryByName(name: "'$repo_name'") { id } }' \ -G --data-urlencode query='query { me { repository(name: "'$repo_name'") { id } } }' \ https://git.sr.ht/query ```