diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index df8f276..2802d59 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -11,6 +11,9 @@ on: branches: - master - main +permissions: + contents: write + id-token: write jobs: test_linux: name: ${{ matrix.os }} diff --git a/package-lock.json b/package-lock.json index 656cf46..6bbfe9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-navigation", - "version": "4.3.15", + "version": "4.3.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@api-components/api-navigation", - "version": "4.3.15", + "version": "4.3.16", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/icons": "^4.0.2", diff --git a/package.json b/package.json index cb7faa8..889d4ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-navigation", "description": "An element to display the response body", - "version": "4.3.15", + "version": "4.3.16", "license": "Apache-2.0", "main": "index.js", "module": "index.js",