diff --git a/.changeset/olive-donkeys-hug.md b/.changeset/olive-donkeys-hug.md new file mode 100644 index 0000000..8495780 --- /dev/null +++ b/.changeset/olive-donkeys-hug.md @@ -0,0 +1,5 @@ +--- +'@team-plain/typescript-sdk': patch +--- + +Updated readme diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index acad1c9..209365d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,8 +15,6 @@ jobs: - uses: actions/setup-node@v2 with: node-version: "16" - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: actions/checkout@v2 - uses: tibdex/github-app-token@v1 id: generate-token @@ -33,4 +31,3 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index 5ad67d0..0be6ae2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # typescript-sdk -This is the Typescript/JS SDK for Plain.com's Core API. +This is the Typescript/JS SDK for Plain.com's Core API. It allows you to do basic actions. This is a work in progress. Docs are coming soon!