Skip to content

Commit 6463888

Browse files
authored
github-action: add artifact-metadata permission for attestations (#1410)
1 parent 681b1e8 commit 6463888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ jobs:
4747
env:
4848
BUCKET_NAME: "apm-agent-php"
4949
permissions:
50+
artifact-metadata: write
5051
attestations: write
51-
id-token: write
5252
contents: write
53+
id-token: write
5354
steps:
5455
- uses: actions/checkout@v6
5556

0 commit comments

Comments
 (0)