Skip to content

Commit cf0d1f4

Browse files
authored
Merge pull request #65 from hyperledger/fix_write_permissions
Fix write permissions
2 parents 245c59f + df4efb3 commit cf0d1f4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docker_main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77

88
permissions:
99
contents: read
10-
packages: write
1110

1211
jobs:
1312
docker:
1413
runs-on: ubuntu-latest
1514

15+
permissions:
16+
packages: write
17+
1618
steps:
1719
- uses: actions/checkout@v4
1820
with:

.github/workflows/docker_release.yml

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

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

1110
jobs:
1211
docker:
1312
runs-on: ubuntu-latest
13+
14+
permissions:
15+
packages: write
1416

1517
steps:
1618
- uses: actions/checkout@v4

.github/workflows/go.yml

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

1010
permissions:
1111
contents: read
12-
packages: write
1312

1413
jobs:
1514
build:

0 commit comments

Comments
 (0)