# To activate:
# 1. Store AUTHS_CI_TOKEN as a repository secret
# (generate with: auths init --profile ci --github-action)
# 2. Remove the 'if: false' guard below
(main) me@MacBookPro auths-demo % auths init --profile ci --github-action
GitHub Action Scaffolding
✓ Created /Users/bordumb/.github/workflows/auths-release.yml
✓ Created /Users/bordumb/.auths/.gitkeep
Next steps
1. Set up CI secrets: just ci-setup
2. Add the generated secrets to GitHub repository settings
3. Customize the workflow's build step and artifact glob pattern
4. Commit and push: git add .github/workflows/auths-release.yml .auths/
In this PR:
https://github.com/axios/axios/pull/10646/changes#diff-ad3f7fb22465d6289a63da9396213fbfb3aa9ade7c290019a5d34fbdc61ae4c7
We have this:
It currently has this output which is stale: