Skip to content

Commit

Permalink
chore: add permissions to github token
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Jun 1, 2022
1 parent e9668d6 commit 3870ffa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
tags:
- '*'

permissions:
contents: write

name: Build and Release apk
jobs:
build:
Expand Down Expand Up @@ -36,4 +39,4 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/apk/release/*.apk"
token: ${{ secrets.TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3870ffa

Please sign in to comment.