s2fft icon indicating copy to clipboard operation
s2fft copied to clipboard

`codecov` API token exposed in workflow file

Open matt-graham opened this issue 1 year ago • 0 comments

Currently the Codecov API token is included directly in the workflow file:

https://github.com/astro-informatics/s2fft/blob/2c3d9e5af52940846b265d8912fc7ab0296f6891/.github/workflows/tests.yml#L38

In general tokens like this should be stored as a GitHub Actions secret (see for example this guide in Codecov documentation). Ideally we should also use the codecov-action GitHub Actions action to upload.

matt-graham avatar Sep 16 '24 14:09 matt-graham