Skip to content

Wattspeed

Actions

About

Trigger a snapshot generation via GitHub Actions
v1
Latest
Star (1)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Wattspeed action

This action triggers a snapshot generation for a Wattspeed webpage

Inputs

token

Required The webpage token. Get this from your Wattspeed's webpage settings.

Outputs

response

Snapshot generation response.

Usage

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'
        

Wattspeed is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Trigger a snapshot generation via GitHub Actions
v1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

Wattspeed is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.