Skip to content

Commit

Permalink
Merge pull request #810 from aws-powertools/fix-release-drafter
Browse files Browse the repository at this point in the history
chore: add  contents: write to release drafter
  • Loading branch information
hjgraca authored Mar 7, 2025
2 parents 21c1bfc + 16daac0 commit 4d9f8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
update_release_draft:
permissions:
id-token: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5.20.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d9f8bf

Please sign in to comment.