Skip to content

Commit f49bc8b

Browse files
authored
undo unnecessary gh permission (#589)
1 parent c498a77 commit f49bc8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_public.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
env:
5959
VERSION: ${{ inputs.version }}
6060
release-android:
61-
name: Upload Android artifacts to dl.bitdrift.io
61+
name: Upload Android artifacts to bitdrif maven and maven central
6262
permissions:
6363
id-token: write # required to use OIDC authentication (set up aws credentials)
64-
contents: write
64+
contents: read
6565
runs-on: ubuntu-latest
6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)