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 d19fdc1 commit 26bd488Copy full SHA for 26bd488
.github/workflows/build.yml
@@ -5,6 +5,9 @@ on:
5
- main
6
workflow_dispatch:
7
pull_request:
8
+permissions:
9
+ contents: read
10
+
11
jobs:
12
Build-and-Test-CDK:
13
runs-on: ubuntu-latest
.github/workflows/update_snapshot.yml
@@ -6,6 +6,9 @@ on:
branches:
- 'dependabot/**'
+ contents: write
update:
14
0 commit comments