Skip to content

Commit fa219c3

Browse files
author
Sarah Edwards
authored
language tag
1 parent 37d9a0f commit fa219c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/creating-github-apps/authenticating-with-a-github-app/generating-a-json-web-token-jwt-for-a-github-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ printf '%s\n' "JWT: $JWT"
180180

181181
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.
182182

183-
```ps1 copy
183+
```powershell copy
184184
#!/usr/bin/env pwsh
185185
186186
$app_id = YOUR_APP_ID

0 commit comments

Comments
 (0)