wordpress-develop/.github/workflows
Jonathan Desrosiers 8f87e05783 Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token.
Previously, it was not possible to use the default `GITHUB_TOKEN` token to create new workflow runs in an effort to prevent accidental recursive workflows.

This has changed, and the `workflow_dispatch` is now one of two exceptions to this rule. Using `GITHUB_TOKEN` is preferred whenever possible to avoid the need for a PAT (personal access token), which expires (when created using the recommended security best practices), and is tied to an individual user.

See https://github.blog/changelog/2022-09-08-github-actions-use-github_token-with-workflow_dispatch-and-repository_dispatch/.

See #55652.

git-svn-id: https://develop.svn.wordpress.org/trunk@54108 602fd350-edb4-49c9-b593-d223f7449a82
2022-09-08 23:39:17 +00:00
..
coding-standards.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
end-to-end-tests.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
failed-workflow.yml Build/Test Tools: Automatically rerun a workflow the first time it fails. 2022-08-26 19:19:11 +00:00
javascript-tests.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
php-compatibility.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
phpunit-tests.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
slack-notifications.yml Build/Test Tools: Automatically rerun a workflow the first time it fails. 2022-08-26 19:19:11 +00:00
test-coverage.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
test-npm.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
test-old-branches.yml Build/Test Tools: Use the default GITHUB_TOKEN instead of a personal access token. 2022-09-08 23:39:17 +00:00
welcome-new-contributors.yml Build/Test Tools: Update third-party GitHub Actions to latest versions. 2022-08-24 16:30:31 +00:00