[wp-trac] [WordPress Trac] #55652: Test tool and unit test improvements for 6.1
WordPress Trac
noreply at wordpress.org
Thu Sep 8 23:39:33 UTC 2022
#55652: Test tool and unit test improvements for 6.1
--------------------------------------+---------------------
Reporter: hellofromTonya | Owner: (none)
Type: task (blessed) | Status: new
Priority: normal | Milestone: 6.1
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+---------------------
Comment (by desrosj):
In [changeset:"54108" 54108]:
{{{
#!CommitTicketReference repository="" revision="54108"
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.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55652#comment:161>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list