File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
build-and-release :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : write
13
+ pull-requests : write
14
+ repository-projects : write
11
15
12
16
steps :
13
17
- name : Checkout code
44
48
asset_path : releases/TubeSnake_${{ github.ref_name }}.xpi
45
49
asset_name : TubeSnake_${{ github.ref_name }}.xpi
46
50
asset_content_type : application/zip
51
+
52
+ - name : Upload firefox addon
53
+ uses : wdzeng/firefox-addon@v1
54
+ with :
55
+ addon-guid : ' {792c6cee-e45d-4f5b-8584-e4ce5993d3c8}'
56
+ xpi-path : releases/TubeSnake_${{ github.ref_name }}.xpi
57
+ self-hosted : false
58
+ jwt-issuer : ${{ secrets.FIREFOX_JWT_ISSUER }}
59
+ jwt-secret : ${{ secrets.FIREFOX_JWT_SECRET }}
Original file line number Diff line number Diff line change 29
29
],
30
30
"browser_specific_settings" : {
31
31
"gecko" : {
32
-
32
+ "id" : " {792c6cee-e45d-4f5b-8584-e4ce5993d3c8} "
33
33
}
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments