Skip to content

Commit 84f0fc4

Browse files
fix(ci): add id-token and attestations permissions for ghcr push
1 parent c208fe1 commit 84f0fc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
permissions:
1717
contents: write
1818
packages: write
19+
id-token: write
20+
attestations: write
1921
steps:
2022
- uses: actions/checkout@v4
2123
with:

0 commit comments

Comments
 (0)