Skip to content

Commit

Permalink
Added teamId secret to the deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Jun 27, 2023
1 parent 2bfd435 commit a330a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
npm_config_clang: 1
APPLEID: ${{ secrets.APPLEID }}
APPLEIDPASS: ${{ secrets.APPLEIDPASS }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ secrets.CSC_LINK }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

2 comments on commit a330a63

@davidjgraph
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidjgraph
Copy link
Contributor

@davidjgraph davidjgraph commented on a330a63 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Downloaded draw.io-universal-21.5.1.dmg to ARM Mac M1 Mac OS 13.4. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues.

Downloaded draw.io-21.5.1-windows-installer.exe to windows 11 Pro 22H2 build 22621.1555. Tested create/save/reload/save diagram. Tested autosaving. Tested PDF export. No issues.

https://drawio.atlassian.net/projects/DRAWDESK/versions/11334

Please sign in to comment.