Skip to content

Commit 6e99408

Browse files
author
James Brundage
committed
feat: Using Action and adding example ( Fixes #4, Fixes #5, Fixes #9 )
Updating Secret
1 parent cdf0921 commit 6e99408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/BuildGQL.yml

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

Build/GitHub/Jobs/BuildGQL.psd1

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

0 commit comments

Comments
 (0)