Skip to content

Commit 67405c3

Browse files
authored
feat: generate emode label (#1125)
* fix: verify plasma things * fix: add verified contracts * ifx: revert changes * fix: update toolbox * fix: stash changes * fix: rename * fix: use double __ * fix: finally replace size action * fix: with * fix: install size limit * fix: move config to corrent place
1 parent 1b35806 commit 67405c3

File tree

87 files changed

+5899
-4405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5899
-4405
lines changed

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

Lines changed: 4 additions & 3 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
37-
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
uses: andresz1/size-limit-action@94bc357df29c36c8f8d50ea497c3e225c3c95d1d # pin@v1
37+
with:
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)