Skip to content

Commit 9828c1a

Browse files
Chengxuanrodion-lim-partior
authored andcommitted
Merge pull request hyperledger#146 from alex-semenyuk/fix_release_issue
Add explicit github actions permissions
2 parents 4ee2bbb + 67565a2 commit 9828c1a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: .github/workflows/docker_main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
docker:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
1215
- uses: actions/checkout@v4
1316
with:

Diff for: .github/workflows/docker_release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
docker:
99
runs-on: ubuntu-latest
10+
permissions:
11+
contents: read
12+
packages: write
1013
steps:
1114
- uses: actions/checkout@v4
1215
with:

0 commit comments

Comments
 (0)