Skip to content

Commit 89152ee

Browse files
committed
support private repos in deploy action
1 parent 55921cb commit 89152ee

File tree

47 files changed

+47
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+47
-0
lines changed

samples/angular-express/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/django-postgres/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/django/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/elysia/.github/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/elysia/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/fastapi-postgres/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/fastapi/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/flask/.github/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/flask/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

samples/golang-http-form/.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
deploy:
1515
runs-on: ubuntu-latest
1616
permissions:
17+
contents: read
1718
id-token: write
1819

1920
steps:

0 commit comments

Comments
 (0)