Add token.

This commit is contained in:
Miles Johnson 2023-08-01 15:26:42 -07:00
parent 36ecdbe15a
commit ee08b68739
2 changed files with 5 additions and 1 deletions

View file

@ -28,3 +28,5 @@ jobs:
- run: pnpm install
- run: pnpm run build
- uses: ./ # self
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}