Skip to content

Commit

Permalink
chore: grant write permissions for contents in android-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Heap-Hop committed Sep 21, 2024
1 parent 55f0a14 commit 1e66088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
android-release_build_and_publish:
name: Android release build and publish
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: nttld/setup-ndk@v1
Expand Down

0 comments on commit 1e66088

Please sign in to comment.