From 7e20d27de8e85d2d1f0f596bfd7642b099748b76 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Tue, 4 Feb 2025 16:26:38 -0600 Subject: [PATCH] okokok --- .github/workflows/publish-ios-beta.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-ios-beta.yml b/.github/workflows/publish-ios-beta.yml index 2436fb4d..95de01c6 100644 --- a/.github/workflows/publish-ios-beta.yml +++ b/.github/workflows/publish-ios-beta.yml @@ -9,6 +9,8 @@ jobs: runs-on: macos-latest steps: - uses: actions/checkout@v4 + with: + token: ${{ secrets.SIGNING_REPO_PAT }} - uses: actions/setup-node@v4 with: @@ -34,5 +36,4 @@ jobs: # Commit Fastlane Xcode build number increment - uses: stefanzweifel/git-auto-commit-action@v5 with: - token: ${{ secrets.SIGNING_REPO_PAT }} file_pattern: "ios/Jellify.xcodeproj/project.pbxproj" \ No newline at end of file