File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed
Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-aiohttp :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-django :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-falcon :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-fastapi :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-flask :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-requests :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-starlette :
1418 uses : ./.github/workflows/integration-reusable.yml
Original file line number Diff line number Diff 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+
1216jobs :
1317 integration-werkzeug :
1418 uses : ./.github/workflows/integration-reusable.yml
You can’t perform that action at this time.
0 commit comments