diff --git a/.github/workflows/reusable-code-quality.yml b/.github/workflows/reusable-code-quality.yml index 79c8dda..3256d21 100644 --- a/.github/workflows/reusable-code-quality.yml +++ b/.github/workflows/reusable-code-quality.yml @@ -2,10 +2,6 @@ name: Code Quality Checks on: workflow_call: - secrets: - GITHUB_TOKEN: - description: 'GitHub token used to authorize requests' - required: true # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: diff --git a/.github/workflows/reusable-regenerate-readme.yml b/.github/workflows/reusable-regenerate-readme.yml index 756a615..7fcda0a 100644 --- a/.github/workflows/reusable-regenerate-readme.yml +++ b/.github/workflows/reusable-regenerate-readme.yml @@ -2,10 +2,6 @@ name: Regenerate README file on: workflow_call: - secrets: - GITHUB_TOKEN: - description: 'GitHub token used to authorize requests' - required: true # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index 8468b17..de1bed3 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -2,10 +2,6 @@ name: Testing on: workflow_call: - secrets: - GITHUB_TOKEN: - description: 'GitHub token used to authorize requests' - required: true # Cancels all previous workflow runs for the same branch that have not yet completed. concurrency: