diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml index 9ee2a6f..60b1232 100644 --- a/.github/workflows/android_release.yml +++ b/.github/workflows/android_release.yml @@ -3,6 +3,9 @@ on: tags: - '*' +permissions: + contents: write + name: Build and Release apk jobs: build: @@ -36,4 +39,4 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*.apk" - token: ${{ secrets.TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file