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 Oct 4, 2023
1 parent 21451ef commit da4a32a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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 @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/StanfordBDHG/ResearchKit",
"state" : {
"revision" : "d66e17369cfa238179db8ab65285fe6e7fa3e3c8",
"version" : "2.2.12"
"revision" : "9530fadc9d09c0b783388c752b0dbe841974b6af",
"version" : "2.2.18"
}
},
{
"identity" : "researchkitonfhir",
"kind" : "remoteSourceControl",
"location" : "https://github.com/StanfordBDHG/ResearchKitOnFHIR",
"state" : {
"revision" : "f728c67e6ba5358b4b9ef8fe1832741712e460d6",
"version" : "0.2.2"
"revision" : "7dc09f7acd7fb19673594e0fdd4d72d0869ee006",
"version" : "0.2.3"
}
},
{
Expand Down Expand Up @@ -257,8 +257,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-protobuf.git",
"state" : {
"revision" : "ce20dc083ee485524b802669890291c0d8090170",
"version" : "1.22.1"
"revision" : "3c54ab05249f59f2c6641dd2920b8358ea9ed127",
"version" : "1.24.0"
}
},
{
Expand Down

0 comments on commit da4a32a

Please sign in to comment.