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 repository uses an NPM token stored in GitHub Actions secrets (`NPM_TOKEN`) to publish packages automatically. Due to npm's security updates, tokens now have a maximum 90-day lifetime and classic tokens will be revoked. You should use **Granular Access Tokens** for better security.
89
+
90
+
#### Creating a New NPM Token
91
+
92
+
1.**Generate a new token at npm**:
93
+
- Go to https://www.npmjs.com/settings/YOUR_USERNAME/tokens
94
+
- Click "Generate New Token" → "Granular Access Token"
95
+
- Configure the token:
96
+
-**Token Name**: Something descriptive like "analytics-next-ci"
97
+
-**Expiration**: 90 days (maximum)
98
+
-**Permissions**: Select "Read and write"
99
+
-**Packages and scopes**: Select packages in `@segment` organization
0 commit comments