Skip to content

Commit f916999

Browse files
gave read permission to workflow so taht it can clone the private repo
1 parent c79f12b commit f916999

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/cfdeploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
default: ''
2727

2828
permissions:
29+
contents: read
2930
pull-requests: read
3031
packages: read # Added permission to read packages
3132

.github/workflows/singleTenant_deploy_and_Integration_test_LatestVersion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
permissions:
13+
contents: read
1314
pull-requests: read
1415
packages: read # Added permission to read packages
1516

.github/workflows/singleTenant_integration_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
description: 'Specify the branch to use for integration tests'
1212
required: true
1313

14+
permissions:
15+
contents: read
16+
1417
jobs:
1518
integration-test:
1619
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)