Skip to content

Commit

Permalink
Add attestation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fabergat committed Jan 23, 2025
1 parent a4f19b3 commit 8ec2935
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,15 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
release_id: context.payload.release.id,
body: `${context.payload.release.body}\n\n**Release Docker Image:** [https://${link}](https://${link})`
body:
`
${context.payload.release.body}
\n\n
**Release Docker Image:** [https://${link}](https://${link})
\n\n
You can verify the attestation using this [guide]
(https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds#verifying-artifact-attestations-with-the-github-cli).
`
});
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ec2935

Please sign in to comment.