The repo secret NPM_TOKEN (used by .github/workflows/pack.yml to publish @bitmovin/cli on tag push) expires on 2026-08-26 — 5 days from now.
Rotate
- On npmjs.com → Access Tokens → Generate New Token → Granular Access Token:
- Packages and scopes:
@bitmovin/cli (read + write)
- Bypass two-factor authentication: ON
- Expiration: 90 days
- Store it as the repo secret:
printf '%s' '<new-token>' | gh secret set NPM_TOKEN --repo bitmovin/cli
- Bump the expiry date in
.github/npm-token-expiry.txt and commit on main.
- Revoke the previous token on npmjs.com.
- Close this issue.
This issue is created and refreshed daily by .github/workflows/check-npm-token.yml while days_left <= 14.
The repo secret
NPM_TOKEN(used by.github/workflows/pack.ymlto publish@bitmovin/clion tag push) expires on 2026-08-26 — 5 days from now.Rotate
@bitmovin/cli(read + write).github/npm-token-expiry.txtand commit onmain.This issue is created and refreshed daily by
.github/workflows/check-npm-token.ymlwhiledays_left <= 14.