File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 - name : Capture AWS secrets for vcpkg cache
8888 uses : aws-actions/configure-aws-credentials@v4
8989 with :
90- aws-access-key-id : ${{ env .AWS_INTERNAL_SERVICES_VCPKG_ACCESS_KEY }}
91- aws-secret-access-key : ${{ env .AWS_INTERNAL_SERVICES_VCPKG_SECRET_KEY }}
90+ aws-access-key-id : ${{ secrets .AWS_INTERNAL_SERVICES_VCPKG_ACCESS_KEY }}
91+ aws-secret-access-key : ${{ secrets .AWS_INTERNAL_SERVICES_VCPKG_SECRET_KEY }}
9292 aws-region : us-east-1
9393 - name : Build cesium-native for macOS ARM64
9494 run : |
Original file line number Diff line number Diff line change 6767 - name : Capture AWS secrets for vcpkg cache
6868 uses : aws-actions/configure-aws-credentials@v4
6969 with :
70- aws-access-key-id : ${{ env .AWS_INTERNAL_SERVICES_VCPKG_ACCESS_KEY }}
71- aws-secret-access-key : ${{ env .AWS_INTERNAL_SERVICES_VCPKG_SECRET_KEY }}
70+ aws-access-key-id : ${{ secrets .AWS_INTERNAL_SERVICES_VCPKG_ACCESS_KEY }}
71+ aws-secret-access-key : ${{ secrets .AWS_INTERNAL_SERVICES_VCPKG_SECRET_KEY }}
7272 aws-region : us-east-1
7373 - name : Install Ninja and patchelf
7474 run : |
You can’t perform that action at this time.
0 commit comments