We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312c930 commit c3ce341Copy full SHA for c3ce341
1 file changed
__tests__/main.test.ts
@@ -42,11 +42,6 @@ describe('run', () => {
42
43
process.env.GITHUB_DEPENDABOT_JOB_TOKEN = 'xxx'
44
process.env.GITHUB_DEPENDABOT_CRED_TOKEN = 'yyy'
45
- process.env.GITHUB_REGISTRIES_PROXY = Buffer.from(
46
- JSON.stringify([
47
- {type: 'npm_registry', host: 'npm.pkg.github.com', token: 'abc'}
48
- ])
49
- ).toString('base64')
50
51
markJobAsProcessedSpy = jest.spyOn(
52
ApiClient.prototype,
0 commit comments