-
Notifications
You must be signed in to change notification settings - Fork 0
fix: stale docs in ci ID setup #155
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We have this:
# 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
It currently has this output which is stale:
(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/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers