Skip to content

Commit

Permalink
Merge pull request #72 from thedadams/fix-cred-override-windows
Browse files Browse the repository at this point in the history
fix: use separate gptscript for cred override on windows
  • Loading branch information
thedadams authored Jul 22, 2024
2 parents 6fad27f + eed3a4a commit 3206909
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 525 deletions.
5 changes: 5 additions & 0 deletions tests/fixtures/credential-override-windows.gpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
credentials: github.com/gptscript-ai/credential as test.ts.credential_override with TEST_CRED as env

#!/usr/bin/env powershell.exe

echo "$env:TEST_CRED"
Loading

0 comments on commit 3206909

Please sign in to comment.