We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1b642 commit 997519aCopy full SHA for 997519a
.github/workflows/test-release-alpha.yml
@@ -33,9 +33,10 @@ jobs:
33
- uses: bgd-labs/github-workflows/.github/actions/setup-node@main
34
35
- name: Package size report
36
- uses: pkg-size/action@a637fb0897b6f14f18e776d8c3dbccb34a1ad27b # pin@v1
+ uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # pin@v1
37
env:
38
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
39
+
40
release-node-alpha:
41
if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
42
uses: bgd-labs/github-workflows/.github/workflows/release-node-alpha.yml@main
0 commit comments