Skip to content

Commit 139d8c5

Browse files
sthulbphipag
authored andcommitted
fix(ci): Permissions (#1771)
1 parent fadc1f9 commit 139d8c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-prep.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
permissions:
1616
id-token: write
17+
pull-requests: write
18+
contents: write
1719
steps:
1820
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1921
- name: Get current date
@@ -82,4 +84,4 @@ jobs:
8284
body: |
8385
This is automated release prep. Remember to update [CHANGELOG.md](https://github.com/aws-powertools/powertools-lambda-java/blob/prep-release-${{ github.event.inputs.targetRelease }}/CHANGELOG.md) to capture changes in this release. Please review changes carefully before merging.
8486
85-
* [ ] Updated CHANGELOG.md
87+
* [ ] Updated CHANGELOG.md

0 commit comments

Comments
 (0)