Skip to content

Commit d380092

Browse files
committed
fix: private repo checkout
1 parent 4c1cef2 commit d380092

15 files changed

+15
-0
lines changed

.github/workflows/use-ks-gh-deactivate.yaml

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

2828
permissions:
2929
id-token: write # Required for OIDC token generation
30+
contents: read # Required to checkout repository (when it's private)
3031

3132
jobs:
3233
deploy:

.github/workflows/use-ks-gh-preproduction.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-review-auto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-review.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-with-env-deactivate.yaml

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

2828
permissions:
2929
id-token: write # Required for OIDC token generation
30+
contents: read # Required to checkout repository (when it's private)
3031

3132
jobs:
3233
deploy:

.github/workflows/use-ks-gh-with-env-preproduction.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-with-env-production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-with-env-review-auto.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

.github/workflows/use-ks-gh-with-env-review.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for OIDC token generation
20+
contents: read # Required to checkout repository (when it's private)
2021

2122
jobs:
2223
deploy:

0 commit comments

Comments
 (0)