Skip to content

Commit 72020f8

Browse files
authored
chore(ci): write permission for statuses in changelog preview (#5053)
* chore(ci): write permission for statuses in changelog preview Which aligns with the permission requirements here: getsentry/craft#722 * Update CHANGELOG
1 parent 5efb35a commit 72020f8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
contents: write
1313
pull-requests: write
14+
statuses: write
1415

1516
jobs:
1617
changelog-preview:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Internal
6+
7+
- Set `write` permission for `statuses` in the changelog preview GHA workflow. ([#5053](https://github.com/getsentry/sentry-java/pull/5053))
8+
39
## 8.31.0
410

511
### Features

0 commit comments

Comments
 (0)