diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 04fe086d63..8876203dbb 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -192,7 +192,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index c9e030c5be..0672642f7e 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -148,7 +148,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 4f43b22ed7..e17fefbab1 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -116,7 +116,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/php-compatibility.yml b/.github/workflows/php-compatibility.yml index 509b39674b..f74868892f 100644 --- a/.github/workflows/php-compatibility.yml +++ b/.github/workflows/php-compatibility.yml @@ -132,7 +132,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 2f3b000a7e..6ef9ae7cca 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -263,7 +263,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 15cb3625d7..c2a7ea4b0d 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -211,7 +211,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index 1a86d54ccb..142d428ae0 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -190,7 +190,6 @@ jobs: - name: Dispatch workflow run uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner, diff --git a/.github/workflows/test-old-branches.yml b/.github/workflows/test-old-branches.yml index 01de1f3bab..489e47191b 100644 --- a/.github/workflows/test-old-branches.yml +++ b/.github/workflows/test-old-branches.yml @@ -70,7 +70,6 @@ jobs: uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # v6.2.0 if: ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }} with: - github-token: ${{ secrets.GHA_WORKFLOW_DISPATCH }} script: | github.rest.actions.createWorkflowDispatch({ owner: context.repo.owner,