Skip to content

Commit bd8d443

Browse files
authored
add default token permissions (#81)
1 parent c6ab831 commit bd8d443

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/release-bitcoind.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [main]
88
paths: ["images/bitcoind/**"]
99

10+
# Declare default permissions as read only.
11+
permissions: read-all
12+
1013
jobs:
1114
call:
1215
uses: ./.github/workflows/release-image.yml

.github/workflows/release-dogecoind.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [main]
88
paths: ["images/dogecoind/**"]
99

10+
# Declare default permissions as read only.
11+
permissions: read-all
12+
1013
jobs:
1114
call:
1215
uses: ./.github/workflows/release-image.yml

.github/workflows/release-rippled.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [main]
88
paths: ["images/rippled/**"]
99

10+
# Declare default permissions as read only.
11+
permissions: read-all
12+
1013
jobs:
1114
call:
1215
uses: ./.github/workflows/release-image.yml

0 commit comments

Comments
 (0)