Skip to content

Commit

Permalink
Add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed May 6, 2023
1 parent 3ee2f36 commit 6f1f620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
MAC_CODE_SIGN_P12: ${{ secrets.MAC_CODE_SIGN_P12 }}
WIN_CODE_SIGN_PFX: ${{ secrets.WIN_CODE_SIGN_PFX }}
MAC_KEYSTORE_PASSWORD: ${{ secrets.MAC_KEYSTORE_PASSWORD }}
MAC_APPLE_ID: ${{ secrets.MAC_APPLE_ID }}
MAC_APP_PASSWORD: ${{ secrets.MAC_APP_PASSWORD }}
WIN_KEYSTORE_PASSWORD: ${{ secrets.WIN_KEYSTORE_PASSWORD }}

jobs:
Expand Down

0 comments on commit 6f1f620

Please sign in to comment.