Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e0df2e4

Browse files
committed
Provide AC username and password to CI
1 parent a900f7c commit e0df2e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}
1919
- name: Build
2020
run: ./ci/steps/build.sh
21+
env:
22+
AC_USERNAME: ${{ secrets.AC_USERNAME }}
23+
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
2124
- name: Upload
2225
uses: actions/upload-artifact@v2
2326
with:

0 commit comments

Comments
 (0)