Skip to content

Commit

Permalink
ci,build: fixup password secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Oct 22, 2023
1 parent 1c0b6de commit b1cb583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

build_mac_app_mas:
runs-on: macos-12
name: Build Franz.app on macOS 12 for the Mac App Store
name: Build Franz.app on macOS 12 (MAS)
needs:
- build_core_arm64
- build_core_x86_64
Expand Down Expand Up @@ -277,4 +277,4 @@ jobs:
--username '[email protected]' \
--password "$APPLE_ID_PASSWORD"
env:
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
APPLE_ID_PASSWORD: ${{ secrets.NOTARY_PASSWORD }}

0 comments on commit b1cb583

Please sign in to comment.