mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: Only sign on main repo (#1297)
Disables signing on external workflows/branches.
This commit is contained in:
parent
875ca915b6
commit
7ada7eb4e7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
- name: Test Dalamud
|
||||
run: .\build.ps1 test
|
||||
- name: Sign Dalamud
|
||||
if: ${{ github.repository_owner == 'goatcorp' }}
|
||||
env:
|
||||
CODESIGN_CERT_PFX: ${{ secrets.CODESIGN_CERT_PFX }}
|
||||
CODESIGN_CERT_PASSWORD: ${{ secrets.CODESIGN_CERT_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue