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