Skip to content

Commit

Permalink
github auth
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldoakes committed Dec 30, 2022
1 parent b560122 commit e47dec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/requests/github-api.ply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ repositoryTopics:
url: https://api.github.com/repos/${github.organization}/${github.repository}/topics
method: GET
headers:
Authorization: Bearer ${githubToken}
Authorization: Bearer ${github.token}
Accept: application/vnd.github.mercy-preview+json # topics still in preview

repositoryTopicsQuery:
url: https://api.github.com/graphql
method: POST
headers:
Authorization: Bearer ${githubToken}
Authorization: Bearer ${github.token}
Content-Type: application/json
User-Agent: ply-ct
body: |-
Expand Down

0 comments on commit e47dec2

Please sign in to comment.