Skip to content

Commit

Permalink
chore: undo gh actions perms change
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Feb 13, 2024
1 parent 8fae1e2 commit 8f5ee7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
jobs:
publish-android:
runs-on: ubuntu-latest
permissions: write-all
permissions:
contents: read-all
packages: write-all
steps:
- uses: actions/checkout@v2
- name: create local.properties file for app creds
Expand Down

0 comments on commit 8f5ee7b

Please sign in to comment.