File tree Expand file tree Collapse file tree 3 files changed +40
-167
lines changed
Expand file tree Collapse file tree 3 files changed +40
-167
lines changed Original file line number Diff line number Diff line change 55 CI_BUILD_NUM : ${{ github.run_id }}
66 CI_BRANCH : ${{ github.ref_name }}
77
8+ permissions :
9+ contents : write # semantic-release-dry verifies the write permissions
10+ issues : read # needed by semantic-release
11+ pull-requests : write # needed by semantic-release
12+
813jobs :
914 test :
1015 name : Test
2833 - name : Semantic Release (Dry Run)
2934 run : npm run semantic-release-dry
3035 env :
31- GITHUB_TOKEN : ${{ secrets.MY_GITHUB_TOKEN }}
36+ GITHUB_TOKEN : ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
3237 NPM_TOKEN : ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
3338 DISCORD_WEBHOOK : ${{ secrets.HELIX_RELEASE_DISCORD_WEBHOOK }}
3439
6570 - run : npm ci
6671 - run : npm run semantic-release
6772 env :
68- GITHUB_TOKEN : ${{ secrets.MY_GITHUB_TOKEN }}
73+ GITHUB_TOKEN : ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
6974 NPM_TOKEN : ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
7075 DISCORD_WEBHOOK : ${{ secrets.HELIX_RELEASE_DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 8282 "@semantic-release/git" : " 10.0.1" ,
8383 "c8" : " 10.1.3" ,
8484 "eslint" : " 8.57.1" ,
85- "esmock" : " 2.6.9 " ,
85+ "esmock" : " 2.7.0 " ,
8686 "husky" : " 9.1.7" ,
8787 "junit-report-builder" : " 5.1.1" ,
88- "lint-staged" : " 15.4.1 " ,
89- "mocha" : " 11.0.1 " ,
88+ "lint-staged" : " 15.4.3 " ,
89+ "mocha" : " 11.1.0 " ,
9090 "mocha-multi-reporters" : " 1.5.1" ,
9191 "nock" : " 13.5.6" ,
9292 "semantic-release" : " 24.2.1" ,
You can’t perform that action at this time.
0 commit comments