Skip to content

Commit

Permalink
Merge pull request #224 from Trombach/fix/changesets
Browse files Browse the repository at this point in the history
use PAT for checkout
  • Loading branch information
Trombach authored May 20, 2024
2 parents 1215500 + 2aac5f3 commit 9734b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CHANGESETS_PAT }}
- run: corepack enable
- uses: actions/setup-node@v4
with:
Expand Down

1 comment on commit 9734b5a

@vercel
Copy link

@vercel vercel bot commented on 9734b5a May 20, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

astro-homepage – ./

astro-homepage-trombachs-projects.vercel.app
astro-homepage-git-main-trombachs-projects.vercel.app

Please sign in to comment.