Skip to content

Commit 79cb2e4

Browse files
authored
Update user-ci.yml
1 parent 035afd1 commit 79cb2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/user-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
touch ./src/config/mail_credentials.json
2929
# mail_token.js 작성
3030
cat <<EOF > ./src/config/mail_token.json
31-
{"access_token":"${{ secrets.ACCESS_TOKEN }}","refresh_token":"${{ secrets.REFRESH_TOKEN }}","scope":"https://www.googleapis.com/auth/gmail.send https://mail.google.com/","token_type":"Bearer","refresh_token_expires_in":604799,"expiry_date":1749723063579}
31+
${{ secrets.MAIL_TOKEN }}
3232
EOF
3333
echo "mail_token.js 파일 생성 완료"
3434

0 commit comments

Comments
 (0)