Skip to content

Commit 9a7e17d

Browse files
authored
Merge pull request #1638 from alex-semenyuk/fix_write_permissions
Fix write permissions
2 parents d655c25 + ca71278 commit 9a7e17d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/docker_main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010

1111
permissions:
1212
contents: read
13-
packages: write
1413

1514
jobs:
1615
docker:
1716
runs-on: ubuntu-latest
17+
permissions:
18+
packages: write
1819
steps:
1920
- uses: actions/checkout@v3
2021
with:

.github/workflows/docker_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ on:
66

77
permissions:
88
contents: read
9-
packages: write
109

1110
jobs:
1211

1312
docker:
1413
runs-on: ubuntu-latest
14+
permissions:
15+
packages: write
1516
steps:
1617
- uses: actions/checkout@v4
1718
with:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [released]
1010

1111
permissions:
12-
contents: write
12+
contents: read
1313

1414
jobs:
1515
build:

.github/workflows/go.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ on:
2020

2121
permissions:
2222
contents: read
23-
packages: write
2423

2524
jobs:
2625
build:

0 commit comments

Comments
 (0)