We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ef1b commit 2f923ebCopy full SHA for 2f923eb
src/targets/__tests__/upm.test.ts
@@ -9,7 +9,7 @@ describe('UPM Target', () => {
9
beforeEach(() => {
10
process.env = {
11
...cleanEnv,
12
- GITHUB_TOKEN: 'ghp_TAN21WJQkLtYVdHCh5eQJ8hTWoYvNh47gGWH',
+ GITHUB_TOKEN: 'test github token',
13
};
14
setGlobals({ 'dry-run': false, 'log-level': 'Info', 'no-input': true });
15
jest.resetAllMocks();
0 commit comments