Skip to content

Commit 1a0061f

Browse files
committed
update yml file to the latest grammar
1 parent 312b06d commit 1a0061f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77
branches: [ main ]
88
workflow_dispatch:
99

10+
permissions: write-all
11+
1012
jobs:
11-
permissions: write-all
1213
cancel_previous:
1314

1415
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55
tags:
66
- '*.*.*'
77

8+
permissions: write-all
9+
810
jobs:
911
release:
10-
permissions: write-all
1112
runs-on: ubuntu-latest
1213
environment: deployment
1314
steps:

0 commit comments

Comments
 (0)