From 3724f2239772315da3c6d5d59401d1edfc322288 Mon Sep 17 00:00:00 2001 From: Jonathan S Date: Mon, 22 May 2023 19:03:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug(secrets.yml):=20fix=20secret?= =?UTF-8?q?s=20fetching=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update secrets.yml Signed-off-by: Jonathan S --- projects/workflows/.github/.github/workflows/secrets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/workflows/.github/.github/workflows/secrets.yml b/projects/workflows/.github/.github/workflows/secrets.yml index 838755b..062760e 100644 --- a/projects/workflows/.github/.github/workflows/secrets.yml +++ b/projects/workflows/.github/.github/workflows/secrets.yml @@ -51,7 +51,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned submodules: 'recursive' - token: "${{ secrets.BOT_TOKEN }}" + token: ${{ secrets.BOT_TOKEN }} - name: GitGuardian scan uses: GitGuardian/ggshield/actions/secret@main env: @@ -59,4 +59,4 @@ jobs: GITHUB_PUSH_BASE_SHA: ${{ github.event.base }} GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }} GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} - GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }} \ No newline at end of file + GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}