Skip to content

Commit

Permalink
fix: Using Action and adding example ( Fixes #4, Fixes #5, Fixes #9 )
Browse files Browse the repository at this point in the history
Using a different secret
  • Loading branch information
James Brundage committed Dec 19, 2024
1 parent 6e99408 commit 873266c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildGQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ jobs:
uses: ./
id: ActionOnBranch
env:
GitHubToken: ${{ secrets.GITHUB_TOKEN }}
GitHubToken: ${{ secrets.READ_ONLY_TOKEN }}
- name: Log in to ghcr.io
uses: docker/login-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Build/GitHub/Jobs/BuildGQL.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
uses = './'
id = 'ActionOnBranch'
env = @{
GitHubToken = '${{ secrets.GITHUB_TOKEN }}'
GitHubToken = '${{ secrets.READ_ONLY_TOKEN }}'
}
},
'BuildAndPublishContainer'
Expand Down

0 comments on commit 873266c

Please sign in to comment.