We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56316c commit d55f508Copy full SHA for d55f508
.github/workflows/blueprints-unit-tests.yml
@@ -9,6 +9,9 @@ jobs:
9
blueprints-cdk-tests:
10
name: Run CDK tests for all blueprints
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ actions: read
14
+ contents: read
15
defaults:
16
run:
17
shell: bash
.github/workflows/website-deploy.yaml
@@ -11,6 +11,11 @@ jobs:
deploy:
name: Deploy to GitHub Pages
+ pages: write
+ # only required for workflows in private repositories
18
19
20
21
.github/workflows/website-test-deploy.yml
test-deploy:
name: Test deployment
0 commit comments