Skip to content

Conversation

@picatz
Copy link
Contributor

@picatz picatz commented Oct 29, 2025

Summary

  • .github/workflows/ci.yaml: Set workflow-level permissions so the GITHUB_TOKEN only reads repository contents and retains actions write access needed for artifact uploads.
  • .github/workflows/goreleaser.yml: Declared workflow permissions granting contents write so GoReleaser can publish release assets with no broader access.
  • .github/workflows/trigger-docs.yml: Limited the workflow token to read-only repository access, sufficient for metadata lookups performed in the job.
  • .github/workflows/trigger-publish.yml: Added read-only repository permissions to the workflow token while external calls use the generated app token.

This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
@picatz picatz requested review from a team as code owners October 29, 2025 17:35
@CLAassistant

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants