Skip to content

Commit

Permalink
fix: updated GITHUB_TOKEN in build-and-deploy-pwa.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning authored Mar 6, 2024
1 parent 86a2f15 commit c6c1dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-pwa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.DEPLOYTOKEN }}
publish_dir: power-pay-frontend
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: power-pay-frontend

0 comments on commit c6c1dc5

Please sign in to comment.