Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aashna-narula-cko committed Feb 14, 2024
1 parent 3418423 commit 4b61225
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
languages: ${{ matrix.language }}
queries: security-and-quality
debug: true

- name: Set git user details
run: |
echo "https://$USERNAME:[email protected]" >> $HOME/.git-credentials
git config --global credential.helper store
env:
USERNAME: ${{ secrets.CKO_MOBILE_TEAM_USERNAME }}
PAT: ${{ secrets.CKO_MOBILE_TEAM_TOKEN }}

- name: Build
run: |
Expand Down

0 comments on commit 4b61225

Please sign in to comment.