Skip to content

Commit 066d3b6

Browse files
committed
ci(release): Scope shared workflow permissions to callers
Remove the top-level permissions block from the reusable release workflow so validate and publish entry workflows own the token scope they request. This avoids startup failures when low-privilege validation jobs call the shared pipeline.
1 parent d9356b5 commit 066d3b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release-shared.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ on:
1313
env:
1414
ARCHIVE_NAME: AXe-macOS
1515

16-
permissions:
17-
contents: write
18-
actions: read
19-
2016
jobs:
2117
build-and-release:
2218
runs-on: macos-latest

0 commit comments

Comments
 (0)