You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filename of the publishing workflow. This file should be present in the <code>.github/workflows/</code> directory of the repository configured above.
<labelfor={{id}}class="form-group-name">Environment name (optional)</label>
118
+
119
+
<Input
120
+
id={{id}}
121
+
@type="text"
122
+
@value={{this.environment}}
123
+
disabled={{this.saveConfigTask.isRunning}}
124
+
local-class="input"
125
+
class="base-input"
126
+
data-test-environment
127
+
/>
128
+
129
+
<divlocal-class="note">
130
+
The name of the <ahref="https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment">GitHub Actions environment</a> that the above workflow uses for publishing. This should be configured in the repository settings. A dedicated publishing environment is not required, but is <strong>strongly recommended</strong>, especially if your repository has maintainers with commit access who should not have crates.io publishing access.
0 commit comments