From 814a006c5fddff7597d5cb822a2062f065da66a2 Mon Sep 17 00:00:00 2001 From: Semyon Levin <231188+remal@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:41:06 -0800 Subject: [PATCH] Template repository changes: remal-github-actions/template-typescript (#1182) Co-authored-by: remal-github-actions <77626445+remal-github-actions+sync-with-template@users.noreply.github.com> --- .github/workflows/check-action-secrets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-action-secrets.yml b/.github/workflows/check-action-secrets.yml index cca97c31..0cfbc33b 100644 --- a/.github/workflows/check-action-secrets.yml +++ b/.github/workflows/check-action-secrets.yml @@ -50,4 +50,4 @@ jobs: if: ${{fromJSON(steps.decision.outputs.enough) == true}} uses: remal-github-actions/check-action-secrets@v1 with: - githubToken: ${{secrets.LIST_SECRETS}} + githubToken: ${{secrets.LIST_SECRETS || github.token}}