Skip to content

Commit 8d55b96

Browse files
Update flutter-web.yml
1 parent ff29754 commit 8d55b96

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/flutter-web.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ permissions:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
environment:
18+
name: github-pages
19+
url: ${{ steps.deployment.outputs.page_url }}
1720

1821
steps:
1922
- uses: actions/checkout@v3
@@ -40,6 +43,4 @@ jobs:
4043

4144
- name: Deploy to GitHub Pages
4245
id: deployment
43-
uses: actions/deploy-pages@v4
44-
with:
45-
token: ${{ secrets.GITHUB_TOKEN }}
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)