We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197231e commit d85bf09Copy full SHA for d85bf09
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on: pull_request
4
5
jobs:
6
build:
7
+ permissions: write-all
8
+
9
strategy:
10
fail-fast: false
11
matrix:
.github/workflows/danger.yml
@@ -4,6 +4,14 @@ on: [pull_request]
+ permissions:
+ actions: write
+ checks: write
+ contents: write
+ issues: write
12
+ pull-requests: write
13
+ statuses: write
14
15
runs-on: ubuntu-latest
16
name: "Run Danger"
17
steps:
0 commit comments