Skip to content

Commit

Permalink
fix: fix actions permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhu committed Sep 19, 2023
1 parent 68add45 commit ea7a55f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
echo ""
flutter-release:
permissions: write-all
permissions:
contents: write
name: Release
needs: fullter-build
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea7a55f

Please sign in to comment.