アクションのSMS通知
A GitHub Action to send a text message to the mobile number of choice via AfricastalkingSMS API
アクションアフリカ
提出カテゴリ:DIY展開
YAMLファイルとコードへのリンク
アルファロミ / アクションアフリカ
を選択してモバイルメッセージの数にモバイルメッセージを送信する
アクションアフリカ📨
を選択してモバイルメッセージの数にモバイルメッセージを送信する
🏠 ホームページ
用途
他のアクションの後にこのアクションを使用できます.以下に例を示します.
on: push name: Africastalking Notification Demo jobs: africastalkingNotification: name: Africastalking Notification runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Africastalking Notification uses: alphaolomi/action-africastalking- env: AT_API_KEY: ${{ secrets.AT_API_KEY }} AT_USERNAME: ${{ secrets.AT_USERNAME }} AT_MOBILE_NUMBER: ${{ secrets.AT_MOBILE_NUMBER }}
- Create africastalking_api key secret using GitHub Action's Secret. You can generate a africastalking incoming webhook token from here.
入力
-
AT_API_KEY
Required. You can get this from the dashboard: https://account.africastalking.com. -
AT_USERNAME
Required. Use 'sandbox' as the value for development in the test environment - …
on: push
name: Africastalking Notification Demo
jobs:
africastalkingNotification:
name: Africastalking Notification
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Africastalking Notification
uses: alphaolomi/action-africastalking-@master
env:
AT_API_KEY: ${{ secrets.AT_API_KEY }}
AT_USERNAME: ${{ secrets.AT_USERNAME }}
AT_MOBILE_NUMBER: ${{ secrets.AT_MOBILE_NUMBER }}
Reference
この問題について(アクションのSMS通知), 我々は、より多くの情報をここで見つけました https://dev.to/alphaolomi/sms-notifications-with-action-africastalking-1c33テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol