We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3caf commit 2081528Copy full SHA for 2081528
.github/workflows/pipeline.yml
@@ -53,7 +53,7 @@
53
uses: gitleaks/gitleaks-action@v2
54
env:
55
# Gitleaks scans for sensitive data in the codebase
56
- GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
# Run Code Lint
59
code-lint:
@@ -74,7 +74,7 @@
74
uses: super-linter/[email protected]
75
76
# Super-linter checks code for stylistic and syntactical errors
77
78
79
# Check Dependencies
80
check-dependencies:
@@ -133,4 +133,4 @@
133
# Inserts docs into README
134
output-method: inject
135
136
- token: ${{ secrets.REPO_ACCESS_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments