Skip to content

Commit

Permalink
Update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Jan 18, 2024
1 parent 8e8b5bf commit d2e208f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci_build_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ on:

jobs:
Build:
permissions: write-all
permissions:
# This workflow needs write access to the checks to publish
# the results of the tests via xcresulttool.
checks: write
runs-on: macos-13
steps:
- name: Checkout
Expand All @@ -27,7 +30,10 @@ jobs:
xcodebuild_action: "build"

Test:
permissions: write-all
permissions:
# This workflow needs write access to the checks to publish
# the results of the tests via xcresulttool.
checks: write
runs-on: macos-13
steps:
- name: Checkout
Expand Down

0 comments on commit d2e208f

Please sign in to comment.