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 8f5ee7b commit cdb309b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
publish-android:
runs-on: ubuntu-latest
permissions:
contents: read-all
packages: write-all
contents: read
packages: write
steps:
- uses: actions/checkout@v2
- name: create local.properties file for app creds
Expand Down

0 comments on commit cdb309b

Please sign in to comment.