Skip to content

Commit

Permalink
ci(actions): specify PAT to "Update dist" workflow (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Oct 7, 2024
1 parent b2af186 commit 895deb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # PAT is necessary to trigger other workflows on push
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
Expand Down

0 comments on commit 895deb6

Please sign in to comment.