Skip to content

Commit 34593e6

Browse files
committed
remove github secret step
1 parent 43bbca3 commit 34593e6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

fern/products/sdks/overview/typescript/publishing-to-npm.mdx

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -174,29 +174,6 @@ ts-sdk:
174174
175175
</Step>
176176

177-
<Step title="Add npm Token to your GitHub Repository">
178-
179-
<Info>
180-
Using GitLab? Follow [these steps](/learn/docs/developer-tools/gitlab#add-a-token-to-gitlab) instead.
181-
</Info>
182-
183-
1. Open your repository in GitHub.
184-
1. Click on the **Settings** tab in your repository.
185-
1. Under the **Security** section and **Secrets and variables** subsection, select **Actions**.
186-
187-
<Info>You can also use the url `https://github.com/<your-repo>/settings/secrets/actions`.</Info>
188-
189-
1. Select **New repository secret**.
190-
<Frame>
191-
<img src="assets/github-secret.png" alt="Adding GitHub Repository Secret" />
192-
</Frame>
193-
194-
1. Name your secret `NPM_TOKEN`.
195-
1. Add the corresponding token you generated in the [previous step](#generate-token).
196-
1. Click **Add secret**.
197-
198-
</Step>
199-
200177
<Step title="Configure npm authentication token">
201178

202179
Add `token: ${NPM_TOKEN}` to `generators.yml` to tell Fern to use the `NPM_TOKEN` environment variable for authentication when publishing to the npm registry.

0 commit comments

Comments
 (0)