Skip to content

Commit b1bc38b

Browse files
committed
Define write permission.
1 parent 6d5c1dd commit b1bc38b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build-beta.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
types: [srcbuild]
1212
workflow_dispatch:
1313

14+
permissions:
15+
contents: read
16+
packages: write
17+
1418
jobs:
1519
build:
1620
runs-on: ubuntu-latest

.github/workflows/build-main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- "build/**"
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
packages: write
14+
1115
jobs:
1216
build:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)