umccr / htsget-rs

A server implementation of the htsget protocol for bioinformatics in Rust
https://samtools.github.io/hts-specs/htsget.html
MIT License
39 stars 9 forks source link

ci: restrict access to `GITHUB_TOKEN` for workflows #227

Open mmalenic opened 9 months ago

mmalenic commented 9 months ago

Of the workflows that use the GITHUB_TOKEN, it's access could be restricted to only actions that are required, using the permissions key: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token. Related to #226.