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 34357af commit dd654e7Copy full SHA for dd654e7
.github/workflows/pr-desc-lint.yml
@@ -11,6 +11,10 @@ on:
11
- reopened
12
- edited
13
14
+permissions:
15
+ contents: read
16
+ pull-requests: read
17
+
18
jobs:
19
check-description:
20
runs-on: macos-latest
.github/workflows/samples.yml
@@ -10,6 +10,10 @@ on:
10
- develop
- master
+ actions: write
env:
SAMPLE_MP4_LOCATION: https://raw.githubusercontent.com/aws-samples/amazon-kinesis-video-streams-demos/refs/heads/master/sample-video/sample.mp4
0 commit comments