Skip to content

Commit

Permalink
Version 1.0.2 (#24)
Browse files Browse the repository at this point in the history
* update github action

* minor change to System profile

* Build(deps): Bump nanoid from 3.3.7 to 3.3.8 (#21)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Avoid blocking 401 authentication request (#22) (#23)

* fix 401 issue (#22)

* enablle github action on develop branch

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
SYM01 and dependabot[bot] authored Jan 14, 2025
1 parent b85a74c commit f8bac82
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
pull_request:
branches:
- main
- develop

env:
CRX_VER: v0.0.0-${{ github.sha }}
Expand Down Expand Up @@ -90,10 +91,9 @@ jobs:
path: ./release/

- name: Upload to MS Edge
uses: wdzeng/edge-addon@v1
uses: wdzeng/edge-addon@v2
with:
product-id: 6fa97660-6c21-41e4-87e6-06a88509753f
zip-path: ./release/crx.zip
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
api-key: ${{ secrets.EDGE_API_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:
branches:
- main
- develop

jobs:
test:
Expand Down
Loading

0 comments on commit f8bac82

Please sign in to comment.