Skip to content

Commit

Permalink
build: remove github_token
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 10, 2024
1 parent a96abdb commit f27150a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
APPLEID_TEAM_ID: ${{ secrets.appleid_teamid }}
CSC_LINK: ${{ secrets.mac_certs }}
CSC_KEY_PASSWORD: ${{ secrets.mac_certs_password }}
GITHUB_TOKEN: ${{ secrets.github_token }}
NOTARIZE: true
- uses: actions/upload-artifact@v4
with:
Expand All @@ -55,8 +54,6 @@ jobs:
OAUTH_CLIENT_ID: ${{ secrets.oauth_client_id }}
OAUTH_CLIENT_SECRET: ${{ secrets.oauth_client_secret }}
- run: pnpm make:win --publish onTagOrDraft
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
- uses: actions/upload-artifact@v4
with:
name: Gitify-release-win
Expand All @@ -80,8 +77,6 @@ jobs:
OAUTH_CLIENT_ID: ${{ secrets.oauth_client_id }}
OAUTH_CLIENT_SECRET: ${{ secrets.oauth_client_secret }}
- run: pnpm make:linux --publish onTagOrDraft
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
- uses: actions/upload-artifact@v4
with:
name: Gitify-release-linux
Expand Down

0 comments on commit f27150a

Please sign in to comment.