Skip to content

Commit

Permalink
chore: add GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
2fd committed May 11, 2023
1 parent ff30d19 commit 378187a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
- name: Build and Release MacOS (dmg)
if: ${{github.ref == 'refs/heads/main'}}
env:
GITHUB_TOKEN: ${{secrets.github_token}}
CSC_LINK: ${{secrets.MACOS_CSC_LINK}}
CSC_KEY_PASSWORD: ${{secrets.MACOS_CSC_KEY_PASSWORD}}
EP_PRE_RELEASE: true
Expand Down

0 comments on commit 378187a

Please sign in to comment.