Skip to content

Commit

Permalink
Update GITHUB_TOKEN in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj committed Dec 22, 2023
1 parent 0d6f48d commit 7d77912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blazor-client-helloworld-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
target_branch: gh-pages
build_dir: ${{ env.PUBLISH_DIR }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 comments on commit 7d77912

Please sign in to comment.