Skip to content

Commit

Permalink
Use a var for macos-team-id. (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 7, 2024
1 parent 235e4dc commit 8e67c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ jobs:
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
username: ${{ secrets.AC_USERNAME }}
password: ${{ secrets.AC_PASSWORD }}
apple-team-id: 33DS2ZRDST
apple-team-id: ${{ vars.MACOS_TEAM_ID }}
app-path: ${{ steps.list-executables.outputs.result }}

- name: Compress
Expand Down Expand Up @@ -1006,7 +1006,7 @@ jobs:
certificate-password: ${{ secrets.MACOS_CERTIFICATE_PWD }}
username: ${{ secrets.AC_USERNAME }}
password: ${{ secrets.AC_PASSWORD }}
apple-team-id: 33DS2ZRDST
apple-team-id: ${{ vars.MACOS_TEAM_ID }}
app-path: |
out/toit-x64.dmg
out/toit-arm.dmg
Expand Down

0 comments on commit 8e67c15

Please sign in to comment.