Skip to content

Commit 017729f

Browse files
author
Victor Herrera
authored
EIP-914 Critical Dependabot Vulnerabilities: envoy-integrations-sdk-nodejs (#80)
* Fixing old lint errors, not related to the ticket but needed for build * Upgraded the following devDependencies to versions that resolve transitive minimist@1.2.5: - eslint-plugin-import → 2.25.2 - jsdoc-to-markdown → [updated version] - typedoc → 0.22.10 - typedoc-plugin-markdown → 3.11.14 * Passing github token secret as environment variable in the build job to try to fix a CI build error * Passing github token secret using the `secret` as suggested by Dave, taking as example this other build.yaml: https://github.com/envoy/envoy-plugin-brivo/blob/5d45cd43fd534c4ea1a702c2c4217b4795937186/.github/workflows/build.yml#L8-L9 * Removing incorrect package reference added in previous commit
1 parent b70552e commit 017729f

File tree

6 files changed

+652
-1148
lines changed

6 files changed

+652
-1148
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
secrets:
10+
gh-token: ${{ secrets.GH_TOKEN }}
911
steps:
1012
- uses: actions/checkout@v4
1113
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)