We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197231e commit 76e7d8aCopy full SHA for 76e7d8a
.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,8 @@ on: [pull_request]
runs-on: ubuntu-latest
name: "Run Danger"
steps:
0 commit comments