Openstatus sdk www.openstatus.dev

fix gh action

+2
+2
.github/workflows/publish.yml
··· 45 45 - name: Publish to npm 46 46 working-directory: ./npm 47 47 run: npm publish 48 + env: 49 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}