Skip to content

Commit c405834

Browse files
antonisclaude
andauthored
ci: Restore changelog-preview workflow with hardened craft 2.26.2 (#6056)
* ci: Restore changelog-preview workflow with hardened craft 2.26.2 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * ci: Drop unnecessary secrets: inherit from changelog-preview The reusable workflow only references secrets.GITHUB_TOKEN, which is auto-provisioned per job. Inheriting all repo secrets under pull_request_target is unnecessary exposure. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b2d375a commit c405834

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Changelog Preview
2+
on:
3+
pull_request_target:
4+
types:
5+
- opened
6+
- synchronize
7+
- reopened
8+
- edited
9+
- labeled
10+
- unlabeled
11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
15+
jobs:
16+
changelog-preview:
17+
uses: getsentry/craft/.github/workflows/changelog-preview.yml@3dc647fee3586e57c7c31eb900fdec7cbb44f23f # v2.26.2

0 commit comments

Comments
 (0)