From 53a1abdc9df6e98bbd701eff4a36759656273fd0 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Tue, 3 Oct 2023 20:06:44 -0700 Subject: [PATCH] Improves GitHub Token Permissions and Fixes Beta Deployment (#41) # Improves GitHub Token Permissions and Fixes Beta Deployment ## :gear: Release Notes - Improves GitHub Token Permissions and Fixes Beta Deployment ## :pencil: Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md). --- .github/workflows/beta-deployment.yml | 3 +++ .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-deployment.yml b/.github/workflows/beta-deployment.yml index da02500..1f26aa8 100644 --- a/.github/workflows/beta-deployment.yml +++ b/.github/workflows/beta-deployment.yml @@ -18,6 +18,9 @@ jobs: buildandtest: name: Build and Test uses: ./.github/workflows/build-and-test.yml + permissions: + security-events: write + actions: read iosapptestflightdeployment: name: iOS App TestFlight Deployment needs: buildandtest diff --git a/TemplateApplication.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TemplateApplication.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index a14875c..bf83023 100644 --- a/TemplateApplication.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TemplateApplication.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -131,8 +131,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/StanfordBDHG/ResearchKitOnFHIR", "state" : { - "revision" : "f728c67e6ba5358b4b9ef8fe1832741712e460d6", - "version" : "0.2.2" + "revision" : "7dc09f7acd7fb19673594e0fdd4d72d0869ee006", + "version" : "0.2.3" } }, {