From 03d9cd8345c124beb9dfff6d85d3aed3deeca2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlada=20Petrovi=C4=87?= Date: Fri, 23 Aug 2024 15:45:19 +0200 Subject: [PATCH 1/2] Update publish permissions --- .github/workflows/publish_sdk.yml | 3 +++ 1 file changed, 3 insertions(+) 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 From 54077254da1ab0620aa2533e51950041681d5acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlada=20Petrovi=C4=87?= Date: Fri, 23 Aug 2024 15:46:28 +0200 Subject: [PATCH 2/2] Update README.md --- src/README.md | 1 - 1 file changed, 1 deletion(-) 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