Skip to content

Commit

Permalink
Merge pull request #35686 from github/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
Octomerger authored Mar 20, 2023
2 parents 8d27007 + 4f36776 commit 4a9d0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In the following example, replace `INSTALLATION_ACCESS_TOKEN` with an installati

```shell
curl --request GET \
--url "{% data variables.product.api_url_pre %}meta" \
--url "{% data variables.product.api_url_pre %}/meta" \
--header "Accept: application/vnd.github+json" \
--header "Authorization: Bearer INSTALLATION_ACCESS_TOKEN"{% ifversion api-date-versioning %}\
--header "X-GitHub-Api-Version: {{ allVersions[currentVersion].latestApiVersion }}"{% endif %}
Expand Down

0 comments on commit 4a9d0df

Please sign in to comment.