Skip to content

Commit cff1a39

Browse files
Add write permissions to GitHub Actions workflows for nightly and release jobs
1 parent 52e2913 commit cff1a39

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
11+
12+
813
jobs:
914
build:
1015
runs-on: ${{ matrix.os }}

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- '*'
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build:
1013
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)