Skip to content

Commit 83709c0

Browse files
Changed AC_username
1 parent 659d08a commit 83709c0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/mac-resign.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ jobs:
4141
4242
- name: Generate gon config
4343
env:
44-
AC_USERNAME: ${{ secrets.AC_USERNAME }}
45-
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
44+
AC_USER: ${{ secrets.AC_USER }}
4645
SIGNING_IDENTITY: ${{ secrets.SIGNING_IDENTITY }}
4746
run: |
4847
python3 - <<'PYEOF'
4948
import os
50-
username = os.environ['AC_USERNAME']
51-
provider = os.environ['AC_PROVIDER']
49+
username = os.environ['AC_USER']
50+
provider = "Z68SAQG5BR"
5251
identity = os.environ['SIGNING_IDENTITY']
5352
content = f'''source = ["./dist/cx-mac-universal_darwin_all/cx"]
5453
bundle_id = "com.checkmarx.cli"

0 commit comments

Comments
 (0)