Skip to content

Commit d2ee53e

Browse files
author
Oleg
committed
Disable all permissions by default
1 parent 789dc98 commit d2ee53e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
env:
77
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
88

9+
permissions: {}
10+
911
jobs:
1012
versions:
1113
runs-on: ubuntu-latest

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ concurrency:
1414
group: images-${{ github.ref }}
1515
cancel-in-progress: true
1616

17+
permissions: {}
18+
1719
jobs:
1820
meta:
1921
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)