Skip to content

Commit

Permalink
Improves GitHub Token Permissions and Fixes Beta Deployment (Stanford…
Browse files Browse the repository at this point in the history
…Spezi#41)

# Improves GitHub Token Permissions and Fixes Beta Deployment

## ⚙️ Release Notes
- Improves GitHub Token Permissions and Fixes Beta Deployment

## 📝 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).
  • Loading branch information
PSchmiedmayer authored and NikolaiMadlener committed Oct 18, 2023
1 parent 3af7416 commit 53a1abd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/beta-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit 53a1abd

Please sign in to comment.