Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Commit c8add4f

Browse files
committed
lint fix
1 parent dbde89a commit c8add4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
run: yarn build:prod
5858
env:
5959
DESKTOP_OAUTH_CLIENT_ID: ${{ secrets.DESKTOP_OAUTH_CLIENT_ID }}
60-
DESKTOP_OAUTH_CLIENT_SECRET: ${{ secrets.DESKTOP_OAUTH_CLIENT_SECRET }}
60+
DESKTOP_OAUTH_CLIENT_SECRET:
61+
${{ secrets.DESKTOP_OAUTH_CLIENT_SECRET }}
6162
APPLE_ID: ${{ secrets.APPLE_ID }}
6263
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
6364
DESKTOPBOT_TOKEN: ${{ secrets.DESKTOPBOT_TOKEN }}

0 commit comments

Comments
 (0)