Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Update storage to use api key (#134) #107

Update storage to use api key (#134)

Update storage to use api key (#134) #107

Workflow file for this run

name: Dispatch Doc Generation
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1.1.3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: thirdweb-dev/docs
event-type: generate-docs