From a0175e055428383fefb60ce9d3325fad9c1a8d2e Mon Sep 17 00:00:00 2001 From: Zach FettersMoore <4425109+BobaFetters@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:52:30 -0400 Subject: [PATCH] Update publish-release.yml --- .github/workflows/publish-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a3d6fc522..06a322af9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -66,6 +66,8 @@ jobs: shell: bash run: | gh release create ${{ env.RELEASE_VERSION }} '/apollo-ios/CLI/apollo-ios-cli.tar.gz#apollo-ios-cli.tar.gz' -d --repo "apollographql/apollo-ios" + env: + GH_TOKEN: ${{ secrets.APOLLO_IOS_PAT }} # Trigger "Release New Version" workflow in the apollo-ios-xcframework repo - name: Dispatch apollo-ios-xcframework