Skip to content

Commit

Permalink
ci(publish): add token to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
RealShadowNova committed Jun 24, 2024
1 parent 5885400 commit 2004327
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
PublishPackage:
name: Publish property-helpers
name: Publish typedoc-json-parser
runs-on: ubuntu-latest

if: github.repository_owner == 'RealShadowNova'
Expand All @@ -16,6 +16,7 @@ jobs:
with:
fetch-depth: 0
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Node.js v20
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
Expand Down

0 comments on commit 2004327

Please sign in to comment.