Skip to content

Commit

Permalink
Regular auth?
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn committed Jan 14, 2025
1 parent c380e23 commit 8477ffd
Show file tree
Hide file tree
Showing 54 changed files with 1 addition and 3,626 deletions.
2 changes: 1 addition & 1 deletion .github/ci-scripts/update-sdk-docs.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async function main() {
// Add and commit changes
await git.add('.').commit('Update SDK documentation')

const authUrl = `https://oauth2:${process.env.PAT_TOKEN}@github.com/centrifuge/sdk-docs.git`
const authUrl = `https://${process.env.PAT_TOKEN}@github.com/centrifuge/sdk-docs.git`
await git.remote(['set-url', 'origin', authUrl])

// Push the new branch
Expand Down
192 changes: 0 additions & 192 deletions docs/_README.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/_globals.md

This file was deleted.

Loading

0 comments on commit 8477ffd

Please sign in to comment.