From 2292fa0f9f7a6bfca70e08dc581c951c8c8595ef Mon Sep 17 00:00:00 2001 From: truptilangalia-crest <79827058+truptilangalia-crest@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:10:55 +0530 Subject: [PATCH] Updated github access token name in workflow --- .github/workflows/build-and-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index 546530ec64..acab23eb7c 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -427,7 +427,7 @@ jobs: - name: Enrich detections with TAs env: - GITHUB_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }} + GITHUB_ACCESS_TOKEN: ${{ secrets.TA_ENRICHMENT_TOKEN }} run: | source venv/bin/activate python3 -m pip install -r security_content_automation/requirements.txt