We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6d3ab commit 7e0472bCopy full SHA for 7e0472b
.github/workflows/pr-ci.yaml
@@ -4,6 +4,9 @@ name: CloudFormation CLI Pull Request CI
4
5
on: [push, pull_request]
6
7
+permissions:
8
+ contents: read
9
+
10
jobs:
11
build:
12
env:
.github/workflows/pypi-release.yaml
@@ -5,6 +5,9 @@ on:
release:
types: [ published ]
13
runs-on: ubuntu-latest
.github/workflows/schema-updater.yaml
@@ -2,6 +2,10 @@ on:
2
schedule:
3
- cron: '0 0 * * *'
workflow_dispatch: # Enables on-demand/manual triggering: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/manually-running-a-workflow
+ contents: write
+ pull-requests: write
schema-updater:
0 commit comments