Skip to content

Commit 80aa54b

Browse files
committed
Permissions fix
1 parent 20e714e commit 80aa54b

File tree

8 files changed

+32
-0
lines changed

8 files changed

+32
-0
lines changed

.github/workflows/integration-aiohttp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-aiohttp:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-django.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-django:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-falcon.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-falcon:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-fastapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-fastapi:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-flask.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-flask:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-requests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-requests:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-starlette.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-starlette:
1418
uses: ./.github/workflows/integration-reusable.yml

.github/workflows/integration-werkzeug.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.ref }}
1010
cancel-in-progress: true
1111

12+
permissions:
13+
contents: read
14+
id-token: write
15+
1216
jobs:
1317
integration-werkzeug:
1418
uses: ./.github/workflows/integration-reusable.yml

0 commit comments

Comments
 (0)