From 9746970a9729cb3a261b7ca30341a0c77c06eb27 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Thu, 3 Mar 2022 09:32:34 -0800 Subject: [PATCH 1/2] update github_token --- .github/workflows/build-and-validate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index fea87e24ff..415a8a0e64 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -457,10 +457,9 @@ jobs: - name: Enrich detections with TAs env: - GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} + GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | source venv/bin/activate - python3 -m pip install -r security_content_automation/requirements.txt python3 security_content_automation/enrich_detections.py - name: Make YAMLs Pretty From 2563d62bacd466554dc6e2d1abfdd8628ef49fac Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Thu, 3 Mar 2022 09:33:31 -0800 Subject: [PATCH 2/2] error --- .github/workflows/build-and-validate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-validate.yml b/.github/workflows/build-and-validate.yml index 415a8a0e64..3fac4bde08 100644 --- a/.github/workflows/build-and-validate.yml +++ b/.github/workflows/build-and-validate.yml @@ -460,6 +460,7 @@ jobs: GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | source venv/bin/activate + python3 -m pip install -r security_content_automation/requirements.txt python3 security_content_automation/enrich_detections.py - name: Make YAMLs Pretty