From 1cad38f8f8d9b85e33d62b358eaec4440c277f3a Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 11 Jan 2023 11:26:55 -0800 Subject: [PATCH] Revert "Allow `GITHUB_TOKEN` to be passed into the reusable workflow (#49)" This reverts commit f56f06acee1bfa610ad7ff67b79da91135291739. --- .github/workflows/reusable-code-quality.yml | 4 ---- .github/workflows/reusable-regenerate-readme.yml | 4 ---- .github/workflows/reusable-testing.yml | 4 ---- 3 files changed, 12 deletions(-) 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: