Skip to content

Commit

Permalink
Merge pull request #143 from Flow-Works/fix/semantic-release
Browse files Browse the repository at this point in the history
[πŸ›] semantic-release uses PAT
  • Loading branch information
ThinLiquid authored Jan 17, 2024
2 parents 5c9de38 + fe2e8ce commit 035a859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "lts/*"
token: ${{ secrets.PAT }}
- name: Install dependencies
run: npm clean-install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
Expand Down

1 comment on commit 035a859

@vercel
Copy link

@vercel vercel bot commented on 035a859 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.