Skip to content

Commit

Permalink
Move env settings (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Apr 5, 2024
1 parent 7874b6f commit f477844
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ on:
permissions:
contents: read

env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
P12_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
KEYCHAIN_PASSWD: ${{ secrets.KEYCHAIN_PASSWD }}

jobs:
build_and_test_win:
# Windows w/ MSVC + CMake
Expand Down Expand Up @@ -344,10 +349,6 @@ jobs:

- name: Install the Apple certificate and provisioning profile
shell: bash
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
P12_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
KEYCHAIN_PASSWD: ${{ secrets.KEYCHAIN_PASSWD }}
run: |
# create variables
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
Expand Down

0 comments on commit f477844

Please sign in to comment.