Skip to content

Commit 4aa86c2

Browse files
committed
Lint fix.
1 parent 3ba25cf commit 4aa86c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-built-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
payload = {
8686
"iat": int(time.time()),
8787
"exp": int(time.time()) + 600, # 10-minute expiration
88-
"iss": $APP_ID
88+
"iss": "$APP_ID"
8989
}
9090
print(jwt.encode(payload, private_key, algorithm="RS256"))
9191
EOF

0 commit comments

Comments
 (0)