Openstatus sdk www.openstatus.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix npm OIDC publishing by removing redundant environment variables (#12)

* Initial plan

* Remove unnecessary environment variables from npm publish step

Co-authored-by: thibaultleouay <13894054+thibaultleouay@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thibaultleouay <13894054+thibaultleouay@users.noreply.github.com>

authored by

Copilot
thibaultleouay
copilot-swe-agent[bot]
and committed by
GitHub
9cd231e9 5504bb18

-3
-3
.github/workflows/publish.yml
··· 45 45 - name: Publish to npm 46 46 working-directory: ./npm 47 47 run: npm publish --access public --provenance 48 - env: 49 - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 50 - NPM_CONFIG_PROVENANCE: true