diff --git a/.github/workflows/publish_sdk.yml b/.github/workflows/publish_sdk.yml index 5df34b0..0ff90ca 100644 --- a/.github/workflows/publish_sdk.yml +++ b/.github/workflows/publish_sdk.yml @@ -28,6 +28,9 @@ jobs: runs-on: ubuntu-latest needs: release_draft timeout-minutes: 15 + permissions: + contents: read + id-token: write steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/src/README.md b/src/README.md index 148677e..cac0135 100644 --- a/src/README.md +++ b/src/README.md @@ -1,6 +1,5 @@ ## databox@2.1.1 - This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: Environment