@invarn/cibuild 1.3.3 → 1.3.5
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 +3 -4
- package/dist/cli.cjs +1 -1
- package/package.json +1 -1
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
|
|
100
|
+
Push all local secrets to a GitHub Environment in one command:
|
|
101
101
|
|
|
102
102
|
```bash
|
|
103
|
-
ci secrets upload
|
|
104
|
-
ci secrets sync-workflow .github/workflows/ci.yml
|
|
103
|
+
ci secrets upload
|
|
105
104
|
```
|
|
106
105
|
|
|
107
|
-
|
|
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
|
|