Skip to content

Commit 8ea79b4

Browse files
authored
Merge pull request #542 from ForgeRock/update-changeset-and-ci
Update changeset and CI
2 parents 91d5ce0 + 2fb5a2f commit 8ea79b4

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

.changeset/rich-cows-try.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@
88

99
### @forgerock/journey-client
1010

11-
Add well-known OIDC endpoint discovery support. The journey client can now fetch configuration from the `.well-known/openid-configuration` endpoint:
12-
13-
```typescript
14-
const client = await journey({
15-
serverConfig: {
16-
baseUrl: 'https://am.example.com/am/',
17-
wellknown:
18-
'https://am.example.com/am/oauth2/realms/root/realms/alpha/.well-known/openid-configuration',
19-
},
20-
});
21-
```
22-
23-
The realm path can be automatically inferred from the well-known issuer URL.
11+
Add well-known OIDC endpoint discovery support. The journey client can now fetch configuration from the `.well-known/openid-configuration` endpoint. The realm path can be automatically inferred from the well-known issuer URL.
2412

2513
### @forgerock/sdk-oidc
2614

.github/actions/publish-beta/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- name: Create PR for beta publish
88
shell: bash
9-
run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm --comment=off
9+
run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --pnpm --packageManager=pnpm --comment=off
1010

1111
- name: Run Builds
1212
shell: bash

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Ensure builds run
4444
run: pnpm nx run-many -t build --no-agents
4545

46-
- run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --packageManager=pnpm
46+
- run: pnpm pkg-pr-new publish './packages/*' './packages/sdk-effects/*' --pnpm --packageManager=pnpm
4747

4848
- name: build docs
4949
run: pnpm generate-docs

0 commit comments

Comments
 (0)