Skip to content

Commit

Permalink
Update GitHub Pages token in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj committed Dec 22, 2023
1 parent c29046f commit 178809b
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 @@ -45,5 +45,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PAT }}
artifact_name: published-app

0 comments on commit 178809b

Please sign in to comment.