Skip to content

Commit

Permalink
Merge pull request #216 from DSACMS/nat/gitleaks-fix
Browse files Browse the repository at this point in the history
Workflows: Fix gitleaks workflow template conflict
  • Loading branch information
natalialuzuriaga authored Dec 13, 2024
2 parents cad758e + 0642f82 commit 9518692
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% raw %}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
{% endraw %}

0 comments on commit 9518692

Please sign in to comment.