Skip to content

v0.3.0

Latest

Choose a tag to compare

@michieldegezelle michieldegezelle released this 13 Oct 14:38
· 13 commits to main since this release
b70bb9a

Remove explicit GH_TOKEN env var in check_auth.yml

Removed the explicit env block for GH_TOKEN from the check_auth.yml workflow. The gh secret set command will now rely on the default GITHUB_TOKEN provided by GitHub Actions or an inherited secret, aligning with the expected behavior for reusable workflows.