Skip to content

Commit

Permalink
chore: do not codesign when dependabot check
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Sep 19, 2023
1 parent 7531945 commit 409e5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist-build-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
cat pyproject.toml | grep version -m 1 | awk '{ print "APP_VERSION="substr($3, 2, length($3) -2)}' >> $GITHUB_ENV
- name: Codesign app bundle
# Extract the secrets we defined earlier as environment variables
if: ${{ github.actor != 'dependabot[bot]' }}
env:
MACOS_CERTIFICATE: ${{ secrets.PROD_MACOS_CERTIFICATE }}
MACOS_CERTIFICATE_PWD: ${{ secrets.PROD_MACOS_CERTIFICATE_PWD }}
Expand Down

0 comments on commit 409e5fa

Please sign in to comment.