Skip to content

Commit 823b1c7

Browse files
chore(deps): update external fixes (#2481)
* chore(deps): update external fixes * chore: update token --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Bocanegra <tripod@adobe.com>
1 parent 4fb07b1 commit 823b1c7

File tree

3 files changed

+40
-167
lines changed

3 files changed

+40
-167
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ env:
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+
813
jobs:
914
test:
1015
name: Test
@@ -28,7 +33,7 @@ jobs:
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

@@ -65,6 +70,6 @@ jobs:
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 }}

package-lock.json

Lines changed: 30 additions & 162 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
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",

0 commit comments

Comments
 (0)