Updated github access token name in workflow

This commit is contained in:
truptilangalia-crest
2022-03-21 11:10:55 +05:30
committed by GitHub
parent f66af44e62
commit 2292fa0f9f
+1 -1
View File
@@ -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