Skip to content

Commit 6af6a64

Browse files
add:workflow for maven central publish
1 parent ea3ad67 commit 6af6a64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113

1214
steps:
1315
# Step to check out the repository's code
@@ -51,6 +53,7 @@ jobs:
5153
run: echo "signing.secretKeyRingFile=/home/runner/work/siren-android-inbox/siren-android-inbox/siren-sdk/secring.gpg" >> gradle.properties
5254

5355
- name: Configure AWS credentials
56+
5457
uses: aws-actions/configure-aws-credentials@v4
5558
with:
5659
aws-region: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)