Skip to content

Conversation

@picatz
Copy link

@picatz picatz commented Oct 29, 2025

Summary

  • .github/workflows/docker.yml: Added top-level permissions limiting GITHUB_TOKEN to repository contents read-only for the Docker publish job.
  • .github/workflows/goreleaser.yml: Defined workflow-wide permissions to allow release uploads while restricting access to contents write only.
  • .github/workflows/test.yml: Specified read-only repository contents permission for the test matrix workflow.
  • .github/workflows/trigger-publish.yml: Set workflow permissions to contents read-only since the job relies on app tokens for further access.

This change was made by an automated process to ensure all GitHub Actions workflows have explicitly defined permissions as per best practices.
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.

2 participants