Skip to content

Commit 6a97a15

Browse files
committed
Fix permissions in github workflows
Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 233d4c4 commit 6a97a15

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release-arm.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ jobs:
156156
pull-requests: read
157157
repository-projects: read
158158
statuses: read
159-
models: none
160159
needs: build-nvidia-base
161160
secrets: inherit
162161
with:

.github/workflows/reusable-docker-arm-build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ on:
2727
type: string
2828
env:
2929
FORCE_COLOR: 1
30-
permissions: read-all
3130
jobs:
3231
build:
3332
runs-on: ${{ inputs.worker }}
@@ -36,7 +35,6 @@ jobs:
3635
contents: write
3736
actions: read
3837
security-events: write
39-
models: none
4038
steps:
4139
- name: Release space from worker
4240
if: ${{ inputs.worker != 'fast' }}

0 commit comments

Comments
 (0)