Skip to content

Commit 76e7d8a

Browse files
committed
fix(ci): setup permissions set for github token
1 parent 197231e commit 76e7d8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: pull_request
44

55
jobs:
66
build:
7+
permissions: write-all
8+
79
strategy:
810
fail-fast: false
911
matrix:

.github/workflows/danger.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on: [pull_request]
44

55
jobs:
66
build:
7+
permissions: write-all
8+
79
runs-on: ubuntu-latest
810
name: "Run Danger"
911
steps:

0 commit comments

Comments
 (0)