Skip to content

Commit

Permalink
ci: update github action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vhqtvn committed Oct 7, 2024
1 parent 0fb0489 commit 1e38e2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
tags:
- 'v[0-9]+.*'


permissions:
contents: write

jobs:
build-android:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 1e38e2b

Please sign in to comment.