Skip to content

Commit 873266c

Browse files
author
James Brundage
committed
fix: Using Action and adding example ( Fixes #4, Fixes #5, Fixes #9 )
Using a different secret
1 parent 6e99408 commit 873266c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildGQL.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ jobs:
508508
uses: ./
509509
id: ActionOnBranch
510510
env:
511-
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
511+
GitHubToken: ${{ secrets.READ_ONLY_TOKEN }}
512512
- name: Log in to ghcr.io
513513
uses: docker/login-action@master
514514
with:

Build/GitHub/Jobs/BuildGQL.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
uses = './'
2929
id = 'ActionOnBranch'
3030
env = @{
31-
GitHubToken = '${{ secrets.GITHUB_TOKEN }}'
31+
GitHubToken = '${{ secrets.READ_ONLY_TOKEN }}'
3232
}
3333
},
3434
'BuildAndPublishContainer'

0 commit comments

Comments
 (0)