File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ id-token : write # Required for OIDC
10+ contents : write # Required for changesets to create commits and tags
11+ pull-requests : write # Required for changesets to open/update release PRs
12+
813concurrency : ${{ github.workflow }}-${{ github.ref }}
914
1015jobs :
3540 publish : pnpm changeset:release
3641 env :
3742 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "type" : " module" ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " https://github.com/scaffold-eth/burner-connector.git"
7+ },
48 "scripts" : {
59 "build" : " pnpm --filter burner-connector build" ,
610 "build:esm+types" : " pnpm --filter burner-connector build:esm+types" ,
You can’t perform that action at this time.
0 commit comments