diff --git a/.github/workflows/beta-deployment.yml b/.github/workflows/beta-deployment.yml index d28331d..2ef5811 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: + contents: read + secrets: inherit iosapptestflightdeployment: name: iOS App TestFlight Deployment needs: buildandtest