Skip to content

Commit f7c98f6

Browse files
committed
test: Use deprecated personalAccessToken in E2E to check it
1 parent 4d4da4f commit f7c98f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/markdown-confluence-sync/markdown-confluence-sync.config.cjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ module.exports = {
3131
],
3232
confluence: {
3333
url: process.env.CONFLUENCE_URL,
34-
authentication: {
35-
oauth2: {
36-
accessToken: process.env.CONFLUENCE_PAT,
37-
},
38-
},
34+
personalAccessToken: process.env.CONFLUENCE_PAT,
3935
spaceKey: process.env.CONFLUENCE_SPACE_KEY,
4036
rootPageId: process.env.CONFLUENCE_ROOT_PAGE_ID,
4137
rootPageName: "Cross",

0 commit comments

Comments
 (0)