Skip to content

Commit

Permalink
Update CICD-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjk4618 authored Jul 18, 2024
1 parent 637f188 commit a07e740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir -p static && cd $_
touch ./AuthKey_39CUV6ST46.p8
echo "${{ secrets.CD_APPLICATION }}" > ./AuthKey_39CUV6ST46.p8
echo "${{ secrets.APPLE_CLIENT_PRIVATE_KEY }}" > ./AuthKey_39CUV6ST46.p8
cat ./AuthKey_39CUV6ST46.p8
chmod 400 ./AuthKey_39CUV6ST46.p8
working-directory: ${{ env.working-directory }}
Expand Down

0 comments on commit a07e740

Please sign in to comment.