Skip to content

Commit

Permalink
Use env.MACOS_TEAM_ID for signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 24, 2024
1 parent d999fdf commit c0b7f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_esptool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,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: |
./${{ env.DISTPATH }}/esptool
./${{ env.DISTPATH }}/espefuse
Expand Down

0 comments on commit c0b7f79

Please sign in to comment.