feat: add env vars to restrict API key creation and usage to org owners #174
Annotations
6 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid OAuth Bearer token is present:
packages/web/src/withAuthV2.test.ts#L175
AssertionError: expected undefined to be '1' // Object.is equality
- Expected:
"1"
+ Received:
undefined
❯ src/withAuthV2.test.ts:175:26
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid Bearer token is present:
packages/web/src/withAuthV2.test.ts#L151
AssertionError: expected undefined to be 'test-user-id' // Object.is equality
- Expected:
"test-user-id"
+ Received:
undefined
❯ src/withAuthV2.test.ts:151:26
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid api key with the new sbk_ prefix is present:
packages/web/src/withAuthV2.test.ts#L129
AssertionError: expected undefined to be 'test-user-id' // Object.is equality
- Expected:
"test-user-id"
+ Received:
undefined
❯ src/withAuthV2.test.ts:129:26
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid api key is present:
packages/web/src/withAuthV2.test.ts#L103
AssertionError: expected undefined to be 'test-user-id' // Object.is equality
- Expected:
"test-user-id"
+ Received:
undefined
❯ src/withAuthV2.test.ts:103:26
|
|
src/withAuthV2.test.ts > getAuthenticatedUser > should return a user object if a valid session is present:
packages/web/src/withAuthV2.test.ts#L85
AssertionError: expected undefined to be 'test-user-id' // Object.is equality
- Expected:
"test-user-id"
+ Received:
undefined
❯ src/withAuthV2.test.ts:85:26
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|