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.
2 parents d5141cb + e3f88c0 commit af6c3bbCopy full SHA for af6c3bb
.github/workflows/dart.yml
@@ -17,6 +17,9 @@ on:
17
branches: [ "main" ]
18
workflow_dispatch:
19
20
+permissions:
21
+ contents: read
22
+
23
jobs:
24
define-matrix:
25
runs-on: ubuntu-latest
@@ -41,6 +44,7 @@ jobs:
41
44
42
45
permissions:
43
46
checks: write
47
48
49
strategy:
50
fail-fast: false
@@ -150,6 +154,7 @@ jobs:
150
154
151
155
152
156
id-token: write # Required for authentication using OIDC
157
153
158
159
needs:
160
- define-matrix
.github/workflows/release-please-gha.yml
@@ -15,6 +15,10 @@ on:
15
branches:
16
- main
release:
0 commit comments