mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Remove contents:write from build-orbit action (#10156)
This is no longer needed since we use the upload action rather than draft GitHub release.
This commit is contained in:
parent
145f143dde
commit
e971f4510b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build-orbit.yaml
vendored
2
.github/workflows/build-orbit.yaml
vendored
|
|
@ -21,8 +21,6 @@ permissions:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue