Skip to content

Commit f8bac82

Browse files
Version 1.0.2 (#24)
* 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] <support@github.com> 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b85a74c commit f8bac82

File tree

6 files changed

+122
-122
lines changed

6 files changed

+122
-122
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
pull_request:
1313
branches:
1414
- main
15+
- develop
1516

1617
env:
1718
CRX_VER: v0.0.0-${{ github.sha }}
@@ -90,10 +91,9 @@ jobs:
9091
path: ./release/
9192

9293
- name: Upload to MS Edge
93-
uses: wdzeng/edge-addon@v1
94+
uses: wdzeng/edge-addon@v2
9495
with:
9596
product-id: 6fa97660-6c21-41e4-87e6-06a88509753f
9697
zip-path: ./release/crx.zip
9798
client-id: ${{ secrets.EDGE_CLIENT_ID }}
98-
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
99-
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
99+
api-key: ${{ secrets.EDGE_API_KEY }}

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
- develop
1314

1415
jobs:
1516
test:

0 commit comments

Comments
 (0)