Skip to content

Commit

Permalink
Add "permissions" in release workflow to use configure-aws-credentials (
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Dec 26, 2023
1 parent 86fb5cb commit 1c08639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
OSSRH_PASSWORD:
required: true

permissions:
id-token: write
contents: read

jobs:
upload-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1c08639

Please sign in to comment.