From 8d87e2a6fc8d5587008d0744e95b0b26049cf5be Mon Sep 17 00:00:00 2001 From: Automation Bot <83810032+PaulsAutomationBot@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:19:34 -0800 Subject: [PATCH] Update PAT Access Signed-off-by: Automation Bot <83810032+PaulsAutomationBot@users.noreply.github.com> --- .github/workflows/xcframework.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/xcframework.yml b/.github/workflows/xcframework.yml index 51cb6ce..f790497 100644 --- a/.github/workflows/xcframework.yml +++ b/.github/workflows/xcframework.yml @@ -65,6 +65,8 @@ jobs: needs: build-xcarchive steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.access-token || github.token }} - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: latest-stable