Skip to content

Commit f66a9cd

Browse files
author
James Brundage
committed
test: Confirming GitHubToken Graph behavior ( re #9 )
1 parent 2e12de0 commit f66a9cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/GitGraphTypes.gql.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ if (-not $env:ReadOnlyToken) {
66

77
Push-Location $PSScriptRoot
88

9+
910
# First, let's get the query
10-
gql -Query ./GetSchemaTypes.gql -PersonalAccessToken $env:ReadOnlyToken -Cache -OutputPath ./GitHubGraphTypes.json
11+
gql -Query ./GetSchemaTypes.gql -PersonalAccessToken $env:GitHubToken -Cache -OutputPath ./GitHubGraphTypes.json
1112

1213
Pop-Location

0 commit comments

Comments
 (0)