File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 30
30
APPLEID_TEAM_ID : ${{ secrets.appleid_teamid }}
31
31
CSC_LINK : ${{ secrets.mac_certs }}
32
32
CSC_KEY_PASSWORD : ${{ secrets.mac_certs_password }}
33
+ GH_TOKEN : ${{ secrets.gh_token }}
33
34
NOTARIZE : true
34
35
- uses : actions/upload-artifact@v4
35
36
with :
54
55
OAUTH_CLIENT_ID : ${{ secrets.oauth_client_id }}
55
56
OAUTH_CLIENT_SECRET : ${{ secrets.oauth_client_secret }}
56
57
- run : pnpm make:win --publish onTagOrDraft
58
+ env :
59
+ GH_TOKEN : ${{ secrets.gh_token }}
57
60
- uses : actions/upload-artifact@v4
58
61
with :
59
62
name : Gitify-release-win
77
80
OAUTH_CLIENT_ID : ${{ secrets.oauth_client_id }}
78
81
OAUTH_CLIENT_SECRET : ${{ secrets.oauth_client_secret }}
79
82
- run : pnpm make:linux --publish onTagOrDraft
83
+ env :
84
+ GH_TOKEN : ${{ secrets.gh_token }}
80
85
- uses : actions/upload-artifact@v4
81
86
with :
82
87
name : Gitify-release-linux
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitify" ,
3
- "version" : " 5.7 .0" ,
3
+ "version" : " 5.8 .0" ,
4
4
"description" : " GitHub Notifications on your menu bar." ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments