Skip to content

Commit 3d8f56f

Browse files
authoredJan 20, 2025
Fix ci permissions
1 parent a8607a2 commit 3d8f56f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.github/workflows/docker-image.yml

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88

99
build-server:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
14+
attestations: write
15+
id-token: write
1116

1217
steps:
1318
- name: 'Login to GitHub Container Registry'
@@ -25,6 +30,11 @@ jobs:
2530
2631
build-client:
2732
runs-on: ubuntu-latest
33+
permissions:
34+
contents: read
35+
packages: write
36+
attestations: write
37+
id-token: write
2838

2939
steps:
3040
- name: 'Login to GitHub Container Registry'

0 commit comments

Comments
 (0)