Skip to content

Commit fe4a09e

Browse files
ci: Stop inheriting secrets for changelog-preview (#6723)
1 parent 400c446 commit fe4a09e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/changelog-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ permissions:
1616
jobs:
1717
changelog-preview:
1818
uses: getsentry/craft/.github/workflows/changelog-preview.yml@6143e76379c342e247687c4ab5c83d8b900cc273 # v2
19-
secrets: inherit
19+
secrets:
20+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)