GitHub Actions to invoke Pixela webhook
required: the username that is owner of Pixela webhook
required: the token for pixela user
USE SECRET
Do not store token in your git repository.
Instead, use secrets. Settings
-> Secrets
in your repository.
required: the hash of webhook to invoke
USE SECRET
Do not store hash in your git repository.
Instead, use secrets. Settings
-> Secrets
in your repository.
uses: ryosms/pixela-webhook-action@v1.0.0
id: increment-pixela
with:
username: ${{ secrets.PIXELA_USERNAME }}
token: ${{ secrets.PIXELA_TOKEN }}
webhook_hash: ${{ secrets.PIXELA_WEBHOOK_HASH }}