Skip to content

Commit 3aa5597

Browse files
committed
github/workflows: update xprelease with req'd permissions
1 parent 435bd24 commit 3aa5597

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/xprelease.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ jobs:
1313
with:
1414
workflow_run_url: ${{ github.event.inputs.workflow_run_url }}
1515
artifact_pattern: "*.tar.xz"
16+
permissions:
17+
contents: write
18+
id-token: write
19+
attestations: write
1620
secrets: inherit

0 commit comments

Comments
 (0)