Skip to content

Commit

Permalink
[workflows] grant write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 19, 2024
1 parent a525324 commit 91a5866
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,19 @@ on:
push:
branches: [ master ]

permissions: write-all

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4 # Only works with v2
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
flutter-version: 3.24.3

- uses: bluefireteam/flutter-gh-pages@v8
with:
baseHref: /CalcuPiano/

0 comments on commit 91a5866

Please sign in to comment.