Skip to content

tech(registry): Add key parameter (#70) #40

tech(registry): Add key parameter (#70)

tech(registry): Add key parameter (#70) #40

Workflow file for this run

name: PublishDocumentation
on:
push:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Publish Jazzy Docs
uses: steven0351/publish-jazzy-docs@v1
with:
personal_access_token: ${{ secrets.DOC_ACCESS_TOKEN }}