Skip to content

Commit

Permalink
ci: Update permissions flutter-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanatagama authored Sep 22, 2023
1 parent 40d28c2 commit c34fd78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Flutter CI

# This workflow is triggered on pushes to the repository.

permissions:
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -75,4 +77,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: README.md
files: build/app/outputs/apk/release/app-release.apk

0 comments on commit c34fd78

Please sign in to comment.