diff --git a/.github/workflows/push-dev.yml b/.github/workflows/push-dev.yml index 4187e87e2..80b8c5738 100644 --- a/.github/workflows/push-dev.yml +++ b/.github/workflows/push-dev.yml @@ -11,8 +11,8 @@ jobs: if: "github.ref == 'refs/heads/main'" strategy: matrix: - page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66] - page-total: [66] + page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70] + page-total: [70] fail-fast: false runs-on: devcontainer-image-builder-ubuntu steps: @@ -72,6 +72,9 @@ jobs: name: Trigger info extraction needs: [build-and-push] uses: devcontainers/images/.github/workflows/version-history.yml@main + permissions: + contents: write + pull-requests: write with: release: "${{ github.ref }}" cg: "true" diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c66b598e1..747da222d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,8 +11,8 @@ jobs: if: ${{ github.event.base_ref == 'refs/heads/main' }} strategy: matrix: - page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66] - page-total: [66] + page: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70] + page-total: [70] fail-fast: false runs-on: devcontainer-image-builder-ubuntu steps: @@ -72,6 +72,9 @@ jobs: name: Trigger info extraction needs: [build-and-push] uses: devcontainers/images/.github/workflows/version-history.yml@main + permissions: + contents: write + pull-requests: write with: release: "${{ github.ref }}" cg: "false" diff --git a/.vscode/launch.json b/.vscode/launch.json index eacabf732..a12672232 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,7 @@ "--page", "1", "--pageTotal", - "66" + "70" ], "console": "integratedTerminal", }