Skip to content

Commit

Permalink
language tag
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 authored Dec 19, 2023
1 parent 37d9a0f commit fa219c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ printf '%s\n' "JWT: $JWT"

In the following example, replace `YOUR_PATH_TO_PEM` with the file path where your private key is stored. Replace `YOUR_APP_ID` with the ID of your app. Make sure to enclose the values for `YOUR_PATH_TO_PEM` in double quotes.

```ps1 copy
```powershell copy
#!/usr/bin/env pwsh
$app_id = YOUR_APP_ID
Expand Down

0 comments on commit fa219c3

Please sign in to comment.