Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Sep 20, 2024
1 parent 4c7babd commit 7636c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ await client.auth().universalAuth.login({

const allSecrets = await client.secrets().listSecrets({
environment: "dev", // stg, dev, prod, or custom environment slugs
workspaceId: "<your-project-id>"
projectId: "<your-project-id>"
});

console.log("Fetched secrets", allSecrets)
Expand Down

0 comments on commit 7636c55

Please sign in to comment.