Skip to content

Commit

Permalink
Updated GitHub Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Feb 28, 2024
1 parent fe97307 commit 5b6e667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
id: analysis
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
- name: Disable Git Security False Alarm
run: git config --global --add safe.directory /github/workspace
- name: Check Package Scores
env:
TOTAL: ${{ steps.analysis.outputs.total }}
Expand Down

0 comments on commit 5b6e667

Please sign in to comment.