Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eca85f8

Browse files
author
James Brundage
committedDec 19, 2024·
test: Confirmed GitHubToken Graph behavior ( re #9 )
Behavior confirmed, resetting workflow
1 parent d5b3409 commit eca85f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.github/workflows/BuildGQL.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ jobs:
509509
id: ActionOnBranch
510510
env:
511511
ReadOnlyToken: ${{ secrets.READ_ONLY_TOKEN }}
512-
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
513512
- name: Log in to ghcr.io
514513
uses: docker/login-action@master
515514
with:

‎Examples/GitGraphTypes.gql.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ Push-Location $PSScriptRoot
88

99

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

1313
Pop-Location

0 commit comments

Comments
 (0)
Please sign in to comment.