Commit f03a2b2
authored
Update release.yaml (#748)
Add a deployment environment to the workflow to test NPM registry
trusted publishing.
### Description
Initial Testing of NPM's new Trusted Publishing feature, which will
allow us to securely deploy NPM packages without tokens.
### Tested
We need to test it within the github repo and a deployment since its a
ci/cd change.
### How to QA
Verify the packages publish properly with CI/CD.
<!-- start pr-codex -->
---
## PR-Codex overview
This PR adds an `environment` key to the GitHub Actions workflow
configuration for the `release.yaml` file, specifying that the
environment is `production`.
### Detailed summary
- Added `environment: production` to the workflow configuration in
`.github/workflows/release.yaml`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`
<!-- end pr-codex -->1 parent f78f741 commit f03a2b2
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments