Skip to content

Commit c994a0b

Browse files
Update .github/workflows/workflow.yml
Co-authored-by: Copilot <[email protected]>
1 parent 3fd9bc2 commit c994a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Lint code base
133133
uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
134134
env:
135-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135+
GITHUB_TOKEN: ${{ github.token }}
136136

137137
# Runs on:
138138
# - ✅ Open/Updated PR - Builds module for testing

0 commit comments

Comments
 (0)