fix: add attestations write permission to workflow

The artifact attestation step was failing with:
"Resource not accessible by integration"

Added missing attestations: write permission to fix the issue.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-07 11:59:54 +01:00
parent 5a16a6ac05
commit 9eaacc70aa

View File

@@ -22,6 +22,7 @@ jobs:
contents: read contents: read
packages: write packages: write
id-token: write id-token: write
attestations: write
steps: steps:
- name: Checkout repository - name: Checkout repository