Skip to content

Commit 997519a

Browse files
committed
fix: finally replace size action
1 parent ec1b642 commit 997519a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-release-alpha.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
- uses: bgd-labs/github-workflows/.github/actions/setup-node@main
3434

3535
- name: Package size report
36-
uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # pin@v1
36+
uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # pin@v1
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
github_token: ${{ secrets.GITHUB_TOKEN }}
39+
3940
release-node-alpha:
4041
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
4142
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main

0 commit comments

Comments
 (0)