Skip to content

Commit

Permalink
attempt github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Aug 13, 2023
1 parent feac865 commit 5395f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: flutter build web --release --web-renderer canvaskit --base-href /inx/inner_breeze/

- name: Deploy to GitHub Pages
uses: EdricChan03/action-build-deploy-ghpages@v3
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}
publish_dir: ./build/web

0 comments on commit 5395f6b

Please sign in to comment.