Skip to content

Commit

Permalink
setup codesign only on cnr-isti-vclab organization
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Oct 18, 2024
1 parent b9aa484 commit f70d6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Windows MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Set CodeSign Certificate macOS
if: ${{ matrix.os == 'macos-latest'}}
if: ${{ matrix.os == 'macos-latest' && github.repository == 'cnr-isti-vclab/vclib'}}
uses: apple-actions/import-codesign-certs@v3
with:
p12-file-base64: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down

0 comments on commit f70d6b0

Please sign in to comment.