@invarn/cibuild 1.3.4 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -97,14 +97,13 @@ ci secrets add SLACK_WEBHOOK pipeline.yml -w release
97
97
 
98
98
  ### Deploy to GitHub
99
99
 
100
- Push all local secrets to a GitHub Environment and sync your workflow in two commands:
100
+ Push all local secrets to a GitHub Environment in one command:
101
101
 
102
102
  ```bash
103
103
  ci secrets upload
104
- ci secrets sync-workflow .github/workflows/ci.yml
105
104
  ```
106
105
 
107
- `upload` pushes every secret to the `cibuild` environment on GitHub. `sync-workflow` adds the required `env:` mappings to your workflow file so the action can read them. Requires [GitHub CLI](https://cli.github.com/) (`gh auth login`).
106
+ This uploads every secret to the `cibuild` environment on GitHub and automatically syncs the `env:` mappings in `.github/workflows/ci.yml`. Requires [GitHub CLI](https://cli.github.com/) (`gh auth login`).
108
107
 
109
108
  ## GitHub Actions
110
109