Wattspeed action
This action triggers a snapshot generation for a Wattspeed webpage
Required The webpage token. Get this from your Wattspeed's webpage settings.
Snapshot generation response.
To use the action simply create an wattspeed.yml
(or choose custom *.yml
name) in the .github/workflows/
directory.
For example:
name: Wattspeed
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Wattspeed Action
uses: Caphyon/wattspeed-action@v1
with:
# [required]
# Get the token from the webpage settings
# inside your Wattspeed account
token: '8dyiuhdgjgh7y354uier'