Skip to content

Commit

Permalink
chore(deps): update external fixes (#2481)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and tripodsan authored Jan 28, 2025
1 parent 4fb07b1 commit 823b1c7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 167 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ env:
CI_BUILD_NUM: ${{ github.run_id }}
CI_BRANCH: ${{ github.ref_name }}

permissions:
contents: write # semantic-release-dry verifies the write permissions
issues: read # needed by semantic-release
pull-requests: write # needed by semantic-release

jobs:
test:
name: Test
Expand All @@ -28,7 +33,7 @@ jobs:
- name: Semantic Release (Dry Run)
run: npm run semantic-release-dry
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.HELIX_RELEASE_DISCORD_WEBHOOK }}

Expand Down Expand Up @@ -65,6 +70,6 @@ jobs:
- run: npm ci
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.ADOBE_BOT_NPM_TOKEN }}
DISCORD_WEBHOOK: ${{ secrets.HELIX_RELEASE_DISCORD_WEBHOOK }}
192 changes: 30 additions & 162 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
"@semantic-release/git": "10.0.1",
"c8": "10.1.3",
"eslint": "8.57.1",
"esmock": "2.6.9",
"esmock": "2.7.0",
"husky": "9.1.7",
"junit-report-builder": "5.1.1",
"lint-staged": "15.4.1",
"mocha": "11.0.1",
"lint-staged": "15.4.3",
"mocha": "11.1.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.5.6",
"semantic-release": "24.2.1",
Expand Down

0 comments on commit 823b1c7

Please sign in to comment.