Skip to content

Commit 9909c37

Browse files
committed
add permissions
1 parent 48b53fc commit 9909c37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: "Main workflow"
22
on: push
3+
permissions:
4+
contents: read
35

46
jobs:
57
configure:
@@ -120,6 +122,8 @@ jobs:
120122

121123
tag:
122124
runs-on: ${{ github.repository_owner == 'zondax' && 'zondax-runners' || 'ubuntu-latest' }}
125+
permissions:
126+
contents: write
123127
needs:
124128
- build
125129
- check_version

0 commit comments

Comments
 (0)