Skip to content

add nonce for authz, and minor bugfix with trailing slash (#154) #608

add nonce for authz, and minor bugfix with trailing slash (#154)

add nonce for authz, and minor bugfix with trailing slash (#154) #608

Workflow file for this run

name: Woke
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
woke:
name: Run Woke
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: woke
uses: get-woke/woke-action@v0
with:
fail-on-error: true
github-token: ${{ secrets.GITHUB_TOKEN }}