Skip to content

Commit

Permalink
remove unset secrets for now
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Jul 20, 2023
1 parent 66bf955 commit 4f3c349
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@ jobs:

- name: Build and publish binaries
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASS: ${{ secrets.APPLE_ID_PASS }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run build-${{ matrix.name }}

0 comments on commit 4f3c349

Please sign in to comment.