Commit e6bc718 1 parent aaa338f commit e6bc718 Copy full SHA for e6bc718
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 49
49
AWS_S3_PRESIGNED_URL_EXPIRE_SECONDS : ${{secrets.AWS_S3_PRESIGNED_URL_EXPIRE_SECONDS}}
50
50
PORTONE_API_BASE_URL : ${{secrets.PORTONE_API_BASE_URL}}
51
51
PORTONE_API_SECRET : ${{secrets.PORTONE_API_SECRET}}
52
+ SMS_API_KEY : ${{secrets.SMS_API_KEY}}
53
+ SMS_API_SECRET : ${{secrets.SMS_API_SECRET}}
54
+ FROM_PHONE_NUMBER : ${{secrets.FROM_PHONE_NUMBER}}
52
55
53
56
- name : Publish SDK
54
57
run : npm run deploy
64
67
AWS_S3_PRESIGNED_URL_EXPIRE_SECONDS : ${{secrets.AWS_S3_PRESIGNED_URL_EXPIRE_SECONDS}}
65
68
PORTONE_API_BASE_URL : ${{secrets.PORTONE_API_BASE_URL}}
66
69
PORTONE_API_SECRET : ${{secrets.PORTONE_API_SECRET}}
70
+ SMS_API_KEY : ${{secrets.SMS_API_KEY}}
71
+ SMS_API_SECRET : ${{secrets.SMS_API_SECRET}}
72
+ FROM_PHONE_NUMBER : ${{secrets.FROM_PHONE_NUMBER}}
You can’t perform that action at this time.
0 commit comments