File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 66 "ignore" : [" @web/dev-server-storybook" , " @web/test-runner-integration-tests" ],
77 "access" : " public" ,
88 "baseBranch" : " master" ,
9- "updateInternalDependencies" : " patch"
9+ "updateInternalDependencies" : " patch" ,
10+ "provenance" : true
1011}
Original file line number Diff line number Diff line change 1313 if : github.repository == 'modernweb-dev/web'
1414 name : Pre-release
1515 runs-on : ubuntu-24.04
16+ permissions :
17+ contents : write
18+ id-token : write
1619 steps :
1720 - name : Checkout Repo
1821 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 if : github.repository == 'modernweb-dev/web'
1313 name : Release
1414 runs-on : ubuntu-24.04
15+ permissions :
16+ contents : write
17+ id-token : write
1518 steps :
1619 - name : Checkout Repo
1720 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments