We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0eac2 commit 8222757Copy full SHA for 8222757
.github/workflows/pytools.yml
@@ -71,8 +71,8 @@ jobs:
71
TARGET: arm64
72
SEPARATOR: ':'
73
secrets:
74
- TOOLS_UPLOAD_APP_ID: ${{ secrets.TOOLS_UPLOAD_APP_ID }}
75
- TOOLS_UPLOAD_APP_TOKEN: ${{ secrets.TOOLS_UPLOAD_APP_TOKEN }}
+ APP_ID: ${{ secrets.TOOLS_UPLOAD_APP_ID }}
+ APP_TOKEN: ${{ secrets.TOOLS_UPLOAD_APP_TOKEN }}
76
CERTIFICATE: ${{ secrets.CERTIFICATE }}
77
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
78
with:
0 commit comments