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
chore(release): provide permissions for prod provenance (#34)
prior to this commit, we'd get an error trying to publish to npm
using the `latest` tag with the following error:
```
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
npm ERR! code EUSAGE
npm ERR! Provenance generation in GitHub Actions requires “write” access to the “id-token” permission
npm ERR! A complete log of this run can be found in: /home/runner/.npm/_logs/2024-03-25T20_09_08_269Z-debug-0.log
```
this ought to fix the issue, using the same permissions that we
use in stencil core today
0 commit comments